Searched refs:ELF_ST_TYPE (Results 1 – 4 of 4) sorted by relevance
308 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro311 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)313 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
164 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) {
1780 || ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in elf_core_copy_regs()