HomeSort by relevance Sort by last modified time
    Searched refs:SHN_XINDEX (Results 1 - 25 of 36) sorted by null

1 2

  /external/elfutils/libebl/
eblsectionname.c 57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
60 int idx = section != SHN_XINDEX ? section : xsection;
73 if (section == SHN_XINDEX)
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 107 if (sym->st_shndx != SHN_XINDEX)
113 && (sym->st_shndx == SHN_XINDEX
relocate.c 184 if (sym->st_shndx != SHN_XINDEX)
276 if (sym->st_shndx != SHN_XINDEX)
  /external/elfutils/libelf/
elf_getshdrstrndx.c 87 if (unlikely (num == SHN_XINDEX))
95 /* Cannot use SHN_XINDEX without section headers. */
160 /* Cannot use SHN_XINDEX without section headers. */
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
many-sections.s 7 ## should have the value of SHN_XINDEX and sh_link of the section header
  /external/elfutils/libasm/
asm_end.c 266 ndx = SHN_XINDEX;
442 || unlikely (shstrscnndx == SHN_XINDEX))
458 ehdr->e_shstrndx = SHN_XINDEX;
  /external/elfutils/tests/
addsections.c 53 ehdr->e_shstrndx = SHN_XINDEX;
elfcopy.c 53 ehdr->e_shstrndx = SHN_XINDEX;
elfstrmerge.c 408 newehdr.e_shstrndx = SHN_XINDEX;
566 SHN_XINDEX. */
  /external/elfutils/src/
objdump.c 372 sym->st_shndx == SHN_XINDEX
379 (long int) (sym->st_shndx == SHN_XINDEX
strip.c 427 ehdr.e_shstrndx = SHN_XINDEX;
546 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX
    [all...]
unstrip.c 254 ehdr->e_shstrndx = SHN_XINDEX;
398 if (sym->st_shndx != SHN_XINDEX)
405 if (sym->st_shndx != SHN_XINDEX)
666 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
848 if (sym->st_shndx != SHN_XINDEX)
    [all...]
elfcompress.c 179 ehdr->e_shstrndx = SHN_XINDEX;
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 226 assert(Sym->st_shndx == ELF::SHN_XINDEX);
238 if (Index == ELF::SHN_XINDEX)
  /bionic/libc/include/
elf.h 497 #define SHN_XINDEX 0xffff
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 286 assert(Sym->st_shndx == ELF::SHN_XINDEX);
300 if (Index == ELF::SHN_XINDEX) {
436 if (Index == ELF::SHN_XINDEX)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp 209 return SHN_XINDEX;
712 if (Sym.st_shndx == SHN_XINDEX) {
715 "' has index SHN_XINDEX but no SHT_SYMTAB_SHNDX section exists.");
908 if (ShstrIndex == SHN_XINDEX)
    [all...]
Object.h 381 SYMBOL_XINDEX = ELF::SHN_XINDEX,
  /external/u-boot/include/
elf.h 267 #define SHN_XINDEX 0xffff /* Index is an extra table */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 204 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */
224 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 204 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */
224 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 696 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
718 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 543 ECase(SHN_XINDEX);
796 if (Symbol.Index && *Symbol.Index == ELFYAML::ELF_SHN(ELF::SHN_XINDEX)) {
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 134 Write16(ELF::SHN_XINDEX);
154 uint16_t(ELF::SHN_XINDEX) : shndx;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 438 if (symb->st_shndx == ELF::SHN_XINDEX)
447 if (symb->st_shndx == ELF::SHN_XINDEX)
    [all...]

Completed in 379 milliseconds

1 2