Lines Matching refs:FUNC
7 static inline bool FUNC(patch_vdso)(const char *path, void *vdso)
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff);
20 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
58 static inline bool FUNC(get_symbols)(const char *path, void *vdso)
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff);
96 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize);
98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize;
102 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
114 offset = FUNC(swap_uint)(sym->st_value);