/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | hppa.h | 531 #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 D | common.h | 534 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | hppa.h | 531 #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 D | common.h | 537 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */ macro
|
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | libelf_data.c | 104 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | exec_elf.h | 341 #define SHT_LOOS 0x60000000 /* Operating system specific range */ macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
H A D | elf_common.d | 337 enum SHT_LOOS = 0x60000000; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
H A D | elf_common.d | 337 enum SHT_LOOS = 0x60000000; variable
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 371 #define SHT_LOOS 0x60000000 /* Operating system specific range */ macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
H A D | elf_common.d | 230 enum SHT_LOOS = 0x60000000; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
H A D | elf.d | 353 enum SHT_LOOS = 0x60000000; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
H A D | elf_common.d | 224 enum SHT_LOOS = 0x60000000; variable
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 429 #define SHT_LOOS 0x60000000 /* Operating system specific range */ macro
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 431 #define SHT_LOOS 0x60000000 /* Operating system specific range */ macro
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 431 #define SHT_LOOS 0x60000000 /* Operating system specific range */ macro
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 522 #define SHT_LOOS 0x60000000 /* Operating system specific range */ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 923 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Elf.cc | 821 RET_S (SHT_LOOS); in get_elf_shtype_name()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Elf.cc | 915 RET_S (SHT_LOOS); in get_elf_shtype_name()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
H A D | elf.d | 289 enum SHT_LOOS = 0x60000000; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
H A D | elfcpp.h | 361 SHT_LOOS = 0x60000000,
|
/netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
H A D | elfcpp.h | 361 SHT_LOOS = 0x60000000,
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf.c | 335 if (hdr->sh_type != SHT_STRTAB && hdr->sh_type < SHT_LOOS) in bfd_elf_string_from_elf_section() 1556 && oheader->sh_type < SHT_LOOS)) in _bfd_elf_copy_private_bfd_data() 1622 if (j == elf_numsections (ibfd) && oheader->sh_type >= SHT_LOOS) in _bfd_elf_copy_private_bfd_data() 2548 else if (hdr->sh_type >= SHT_LOOS && hdr->sh_type <= SHT_HIOS) in bfd_section_from_shdr() 13114 #define SHT_SECONDARY_RELOC (SHT_LOOS + SHT_RELA)
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 5046 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS)) in get_section_type_name() 5075 sprintf (buff, "LOOS+%#x", sh_type - SHT_LOOS); in get_section_type_name() 7476 if (section->sh_type < SHT_LOOS && section->sh_link != 0) in process_section_headers() 7487 if (section->sh_type < SHT_LOOS && section->sh_link != 0) in process_section_headers() 7514 && filedata->section_headers[section->sh_info].sh_type < SHT_LOOS)) in process_section_headers() 7550 else if (section->sh_type < SHT_LOOS in process_section_headers() 7562 && section->sh_type < SHT_LOOS) in process_section_headers()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 5503 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS)) in get_section_type_name() 5532 sprintf (buff, "LOOS+%#x", sh_type - SHT_LOOS); in get_section_type_name() 8021 if (section->sh_type < SHT_LOOS && section->sh_link != 0) in process_section_headers() 8032 if (section->sh_type < SHT_LOOS && section->sh_link != 0) in process_section_headers() 8059 && filedata->section_headers[section->sh_info].sh_type < SHT_LOOS)) in process_section_headers() 8095 else if (section->sh_type < SHT_LOOS in process_section_headers() 8107 && section->sh_type < SHT_LOOS) in process_section_headers()
|