Home
last modified time | relevance | path

Searched refs:ifs (Results 1 – 1 of 1) sorted by relevance

/optee_os/ldelf/
H A Dta_elf.c1771 struct __init_fini *ifs; /* @size entries */ member
1788 uint32_t ifs; member
1796 struct __init_fini *ifs = NULL; in realloc_ifs() local
1801 ptr = (void *)(vaddr_t)info32->ifs; in realloc_ifs()
1810 info32->ifs = (uint32_t)(vaddr_t)ifs32; in realloc_ifs()
1813 ptr = realloc(info->ifs, cnt * sizeof(struct __init_fini)); in realloc_ifs()
1816 ifs = ptr; in realloc_ifs()
1819 memset(ifs + prev_cnt, 0, in realloc_ifs()
1820 (cnt - prev_cnt) * sizeof(*ifs)); in realloc_ifs()
1821 info->ifs = ifs; in realloc_ifs()
[all …]