Home
last modified time | relevance | path

Searched refs:STT_HIPROC (Results 1 – 15 of 15) sorted by relevance

/third_party/elfutils/libebl/
Deblsymboltypename.c64 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC) in ebl_symbol_type_name()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h428 #define STT_HIPROC 15 /* specific semantics. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h428 #define STT_HIPROC 15 /* specific semantics. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp537 #define STT_HIPROC 15 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h894 STT_HIPROC = 15, // Highest processor-specific symbol type enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1061 STT_HIPROC = 15, // Highest processor-specific symbol type enumerator
/third_party/musl/ndk_musl_include/
Delf.h518 #define STT_HIPROC 15 macro
2338 #define STT_ARM_16BIT STT_HIPROC
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h518 #define STT_HIPROC 15 macro
2338 #define STT_ARM_16BIT STT_HIPROC
/third_party/musl/include/
Delf.h518 #define STT_HIPROC 15 macro
2342 #define STT_ARM_16BIT STT_HIPROC
/third_party/musl/porting/uniproton/kernel/include/
Delf.h518 #define STT_HIPROC 15 macro
2338 #define STT_ARM_16BIT STT_HIPROC
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h518 #define STT_HIPROC 15 macro
2338 #define STT_ARM_16BIT STT_HIPROC
/third_party/musl/porting/linux/user/include/
Delf.h519 #define STT_HIPROC 15 macro
2346 #define STT_ARM_16BIT STT_HIPROC
/third_party/elfutils/libelf/
Delf.h609 #define STT_HIPROC 15 /* End of processor-specific */ macro
2752 #define STT_ARM_16BIT STT_HIPROC /* A Thumb label. */
/third_party/elfio/elfio/
Delfio_dump.hpp464 { STT_HIPROC, "HIPROC" },
Delf_types.hpp716 constexpr Elf_Word STT_HIPROC = 15; variable