Searched refs:STT_GNU_IFUNC (Results 1 – 11 of 11) sorted by relevance
40 Type == ELF::STT_GNU_IFUNC); in SetType()50 Type == ELF::STT_COMMON || Type == ELF::STT_TLS || Type == ELF::STT_GNU_IFUNC); in GetType()
144 ELF::STT_GNU_IFUNC, ELF::STT_TLS}; in CombineSymbolTypes()222 ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute()
177 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_non_plt()369 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_jmpslots()441 if (ELF_ST_TYPE(def->st_info) != STT_GNU_IFUNC) in reloc_gnu_ifunc()
161 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_non_plt()325 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_jmpslots()393 if (ELF_ST_TYPE(def->st_info) != STT_GNU_IFUNC) in reloc_gnu_ifunc()
268 ENUM_TO_CSTR(STT_GNU_IFUNC); in typeToCString()
1178 case STT_GNU_IFUNC: in ParseSymbols()
291 ECase(STT_GNU_IFUNC) in enumeration()
770 #define STT_GNU_IFUNC 10 macro
1435 STT_GNU_IFUNC = 10, // GNU indirect function enumerator
725 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) in _rtld_bind()3279 else if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) in do_dlsym()3764 else if (ELF_ST_TYPE(req.sym_out->st_info) == STT_GNU_IFUNC) in get_program_var_addr()4036 case STT_GNU_IFUNC: in matched_symbol()
325 { "GNU_IFunc", ELF::STT_GNU_IFUNC }