| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_ehdr.c | 103 e->e_u.e_elf.e_strndx = (strndx != SHN_XINDEX) ? strndx : in _libelf_load_extended() 211 strndx == SHN_XINDEX))) { in _libelf_ehdr() 220 if ((shnum == 0 && shoff != 0) || phnum == PN_XNUM || strndx == SHN_XINDEX) { in _libelf_ehdr()
|
| H A D | libelf_extended.c | 105 shstrndx = SHN_XINDEX; in _libelf_setshstrndx()
|
| /netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
| H A D | elfcpp_file.h | 167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx() 188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in large_shndx_offset() 436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX) in initialize_shnum() 445 if (this->shstrndx_ == SHN_XINDEX) in initialize_shnum()
|
| /netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
| H A D | elfcpp_file.h | 167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx() 188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in large_shndx_offset() 436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX) in initialize_shnum() 445 if (this->shstrndx_ == SHN_XINDEX) in initialize_shnum()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
| H A D | internal.h | 49 #undef SHN_XINDEX 59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */ macro
|
| H A D | external.h | 47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/elf/ |
| H A D | internal.h | 49 #undef SHN_XINDEX 59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */ macro
|
| H A D | external.h | 47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | simple-object-elf.c | 132 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro 501 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 522 if (eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 834 shstrndx = SHN_XINDEX; in simple_object_elf_write_ehdr() 1418 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1455 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1516 || raw_st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | simple-object-elf.c | 132 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro 501 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 522 if (eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 834 shstrndx = SHN_XINDEX; in simple_object_elf_write_ehdr() 1418 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1455 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1516 || raw_st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | simple-object-elf.c | 132 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro 501 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 522 if (eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 834 shstrndx = SHN_XINDEX; in simple_object_elf_write_ehdr() 1418 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1455 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1516 || raw_st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | simple-object-elf.c | 132 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro 501 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 522 if (eor->shstrndx == SHN_XINDEX) in simple_object_elf_match() 834 shstrndx = SHN_XINDEX; in simple_object_elf_write_ehdr() 1418 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1455 if (st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections() 1516 || raw_st_shndx == SHN_XINDEX) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
| H A D | elf_common.d | 289 enum SHN_XINDEX = 0xffff; variable
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
| H A D | elf_common.d | 289 enum SHN_XINDEX = 0xffff; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELF.h | 416 assert(Sym.st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex() 435 if (Index == ELF::SHN_XINDEX) { in getSectionIndex() 641 if (Index == ELF::SHN_XINDEX) { in getSectionStringTable()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elfcode.h | 192 if (dst->st_shndx == (SHN_XINDEX & 0xffff)) in elf_swap_symbol_in() 226 tmp = SHN_XINDEX & 0xffff; in elf_swap_symbol_out() 306 tmp = SHN_XINDEX & 0xffff; in elf_swap_ehdr_out() 661 if (i_ehdrp->e_shstrndx == (SHN_XINDEX & 0xffff)) in elf_object_p()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elfcode.h | 192 if (dst->st_shndx == (SHN_XINDEX & 0xffff)) in elf_swap_symbol_in() 226 tmp = SHN_XINDEX & 0xffff; in elf_swap_symbol_out() 294 tmp = SHN_XINDEX & 0xffff; in elf_swap_ehdr_out() 648 if (i_ehdrp->e_shstrndx == (SHN_XINDEX & 0xffff)) in elf_object_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | elf.c | 171 #undef SHN_XINDEX 269 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro 2743 if ((shnum == 0 || shstrndx == SHN_XINDEX) in elf_add() 2758 if (shstrndx == SHN_XINDEX) in elf_add()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
| H A D | elf_common.d | 210 enum SHN_XINDEX = 0xffff; variable
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
| H A D | elf.d | 412 enum SHN_XINDEX = 0xffff; variable
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| H A D | elf_common.d | 204 enum SHN_XINDEX = 0xffff; variable
|
| /netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
| H A D | ctf_lib.c | 309 if ((shstrndx == SHN_XINDEX) || (shnum == 0)) { in ctf_fdopen()
|
| /netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
| H A D | elf.h | 558 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere */ macro
|
| /netbsd-src/tools/arm-elf2aout/sys/ |
| H A D | exec_elf.h | 560 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere */ macro
|
| /netbsd-src/tools/m68k-elf2aout/sys/ |
| H A D | exec_elf.h | 560 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere */ macro
|