Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ehdr.c103 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 Dlibelf_extended.c105 shstrndx = SHN_XINDEX; in _libelf_setshstrndx()
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h167 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 Delfcpp_file.h167 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 Dinternal.h49 #undef SHN_XINDEX
59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */ macro
H A Dexternal.h47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h49 #undef SHN_XINDEX
59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */ macro
H A Dexternal.h47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-elf.c132 #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 Dsimple-object-elf.c132 #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 Dsimple-object-elf.c132 #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 Dsimple-object-elf.c132 #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 Delf_common.d289 enum SHN_XINDEX = 0xffff; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d289 enum SHN_XINDEX = 0xffff; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h416 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 Delfcode.h192 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 Delfcode.h192 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 Delf.c171 #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 Delf_common.d210 enum SHN_XINDEX = 0xffff; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d412 enum SHN_XINDEX = 0xffff; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d204 enum SHN_XINDEX = 0xffff; variable
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_lib.c309 if ((shstrndx == SHN_XINDEX) || (shnum == 0)) { in ctf_fdopen()
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h558 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h560 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h560 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere */ macro

123