Searched refs:STT_FUNC (Results 1 – 10 of 10) sorted by relevance
30 if (ELFW(ST_TYPE) (ref->st_info) == STT_FUNC){ in _dl_symbol_address()
28 if (ELFW(ST_TYPE) (ref->st_info) == STT_FUNC) in _dl_symbol_address()
46 ((1 << STT_NOTYPE) | (1 << STT_OBJECT) | (1 << STT_FUNC) \ in ElfW()
1070 if ((ELFW(ST_TYPE) (sym->st_info) == STT_FUNC in read_symbols()1126 if ((ELFW(ST_TYPE)(symtab->st_info) == STT_FUNC in read_symbols()
85 ((1 << STT_NOTYPE) | (1 << STT_OBJECT) | (1 << STT_FUNC) \ in ElfW()
598 #define STT_FUNC 2 /* Symbol is a code object */ macro
202 else if (ELFW(ST_TYPE) (sym->st_info) == STT_FUNC \780 if (ELFW(ST_TYPE) (sym->st_info) == STT_FUNC && sym->st_value in elf_machine_got_rel()795 else if (ELFW(ST_TYPE) (sym->st_info) == STT_FUNC in elf_machine_got_rel()
31 return (ELFW(ST_TYPE) (sym->st_info) == STT_FUNC in _dl_ppc64_is_opd_sym()
452 && refsym->st_info == ELFW(ST_INFO) (STB_GLOBAL, STT_FUNC) in ppc64_local_entry_offset()
483 STT_FUNC = 2 variable in Stt