Home
last modified time | relevance | path

Searched refs:SHT_LOOS (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/binutils/include/elf/
H A Dhppa.h531 #define SHT_HP_OVLBITS (SHT_LOOS + 0x0)
532 #define SHT_HP_DLKM (SHT_LOOS + 0x1)
533 #define SHT_HP_COMDAT (SHT_LOOS + 0x2)
534 #define SHT_HP_OBJDICT (SHT_LOOS + 0x3)
535 #define SHT_HP_ANNOT (SHT_LOOS + 0x4)
H A Dcommon.h343 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_data.c93 if (sht >= SHT_LOOS && sht <= SHT_HIUSER) in _libelf_xlate_shtype()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h832 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h425 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp450 ECase(SHT_LOOS); in enumeration()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1117 _ELF_DEFINE_SHT(SHT_LOOS, 0x60000000UL, \
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c783 if (stype >= SHT_LOOS && stype <= SHT_HIOS) in section_type()
785 stype - SHT_LOOS); in section_type()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c2709 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS)) in get_section_type_name()
2710 sprintf (buff, "LOOS+%x", sh_type - SHT_LOOS); in get_section_type_name()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c2241 else if (hdr->sh_type >= SHT_LOOS && hdr->sh_type <= SHT_HIOS) in bfd_section_from_shdr()