Searched refs:ELF32_ST_TYPE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h122 #define ELF_ST_TYPE ELF32_ST_TYPE
H A Delf.h518 * type = ELF32_ST_TYPE(S.st_info)
523 #define ELF32_ST_TYPE(info) ((info) & 0xf) macro
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lookup.c222 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT)
285 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC)
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h446 #define ELF32_ST_TYPE ELF_ST_TYPE macro
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module.c90 uchar_t type = ELF32_ST_TYPE(sym->st_info);
154 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
155 (ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE))
156 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
/macosx-10.10.1/dtrace-147/libelf/
H A Dgelf.c500 ELF32_ST_TYPE(s->st_info));
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c7859 && ELF32_ST_TYPE (sym->st_info) != STT_SECTION
7863 && ELF32_ST_TYPE (sym->st_info) != STT_NOTYPE
7867 && ELF32_ST_TYPE (sym->st_info) != STT_OBJECT)
7870 get_symbol_type (ELF32_ST_TYPE (sym->st_info)),
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-arm.c6568 sym_type = ELF32_ST_TYPE (sym->st_info);
H A Delf32-xtensa.c9204 if (ELF32_ST_TYPE (isym->st_info) == STT_FUNC)

Completed in 140 milliseconds