Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Darm.h60 #define STT_ARM_16BIT STT_HIPROC /* A Thumb label. */
H A Dcommon.h481 #define STT_HIPROC 15 /* Application-specific semantics */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Darm.h71 #define STT_ARM_16BIT STT_HIPROC /* A Thumb label. */
H A Dcommon.h507 #define STT_HIPROC 15 /* Application-specific semantics */ macro
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp288 ENUM_TO_CSTR(STT_HIPROC); in typeToCString()
/openbsd/sys/sys/
H A Dexec_elf.h372 #define STT_HIPROC 15 /* specific symbol types */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1259 STT_HIPROC = 15, // Highest processor-specific symbol type enumerator
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnm.c528 if (type >= STT_LOPROC && type <= STT_HIPROC) in get_symbol_type()
H A Dreadelf.c5541 if (type >= STT_LOPROC && type <= STT_HIPROC) in get_symbol_type()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c339 if (type >= STT_LOPROC && type <= STT_HIPROC) in get_symbol_type()
H A Dreadelf.c7185 if (type >= STT_LOPROC && type <= STT_HIPROC) in get_symbol_type()