Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDhppa.h521 #define SHN_TLS_COMMON (SHN_LOOS + 0x0)
522 #define SHN_NS_COMMON (SHN_LOOS + 0x1)
523 #define SHN_FS_COMMON (SHN_LOOS + 0x2)
524 #define SHN_NS_UNDEF (SHN_LOOS + 0x3)
525 #define SHN_FS_UNDEF (SHN_LOOS + 0x4)
526 #define SHN_HP_EXTERN (SHN_LOOS + 0x5)
527 #define SHN_HP_EXTHINT (SHN_LOOS + 0x6)
528 #define SHN_HP_UNDEF_BIND_IMM (SHN_LOOS + 0x7)
HDcommon.h521 #define SHN_LOOS 0xFF20 /* OS specific semantics, lo */ macro
/NextBSD/sys/sys/
HDelf_common.h367 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro
368 #define SHN_FBSD_CACHED SHN_LOOS /* Transient, for sys/kern/link_elf_obj
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.cpp298 ENUM_TO_CSTR(SHN_LOOS); in sectionIndexToCString()
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFTypes.h200 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h604 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/NextBSD/contrib/elftoolchain/nm/
HDnm.c1927 case SHN_LOOS: in sym_list_print_each()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1042 _ELF_DEFINE_SHN(SHN_LOOS, 0xFF20U, \
/NextBSD/contrib/binutils/binutils/
HDChangeLog-000171 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
HDreadelf.c6985 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c1028 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()