Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf.c1745 struct __init_fini *ifs; /* @size entries */ member
1762 uint32_t ifs; member
1770 struct __init_fini *ifs = NULL; in realloc_ifs() local
1775 ptr = (void *)(vaddr_t)info32->ifs; in realloc_ifs()
1784 info32->ifs = (uint32_t)(vaddr_t)ifs32; in realloc_ifs()
1787 ptr = realloc(info->ifs, cnt * sizeof(struct __init_fini)); in realloc_ifs()
1790 ifs = ptr; in realloc_ifs()
1793 memset(ifs + prev_cnt, 0, in realloc_ifs()
1794 (cnt - prev_cnt) * sizeof(*ifs)); in realloc_ifs()
1795 info->ifs = ifs; in realloc_ifs()
[all …]