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

1 2

  /external/elfutils/libdwfl/
relocate.c 129 || shdr->sh_type == SHT_SYMTAB_SHNDX)
145 case SHT_SYMTAB_SHNDX:
dwfl_module_getdwarf.c 635 case SHT_SYMTAB_SHNDX:
647 /* We found one, though no SHT_SYMTAB_SHNDX to go with it. */
650 /* We found no SHT_SYMTAB, so any SHT_SYMTAB_SHNDX was bogus.
1012 case SHT_SYMTAB_SHNDX:
1024 /* We found one, though no SHT_SYMTAB_SHNDX to go with it. */
    [all...]
  /external/elfutils/libelf/
elf32_getshdr.c 155 if (shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
elf32_updatenull.c 240 case SHT_SYMTAB_SHNDX:
elf_getdata.c 67 [SHT_SYMTAB_SHNDX] = ELF_T_WORD,
elf_begin.c 378 if (elf->state.elf32.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
475 if (elf->state.elf64.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 466 #define SHT_SYMTAB_SHNDX 18 /* Indicies for SHN_XINDEX entries */
    [all...]
  /external/elfutils/libasm/
asm_end.c 236 shdr->sh_type = SHT_SYMTAB_SHNDX;
  /external/elfutils/src/
objdump.c 537 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX
strip.c 658 if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB_SHNDX))
893 + SHT_SYMTAB_SHNDX in sh_link to symbol table
    [all...]
elflint.c 625 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX
    [all...]
nm.c     [all...]
  /external/elfutils/tests/
elfstrmerge.c 559 case SHT_SYMTAB_SHNDX:
  /external/llvm/include/llvm/Object/
ELF.h 481 assert(Section.sh_type == ELF::SHT_SYMTAB_SHNDX);
ELFObjectFile.h 766 case ELF::SHT_SYMTAB_SHNDX: {
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 85 case ELF::SHT_SYMTAB_SHNDX: {
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 884 Ctx.getELFSection(".symtab_shndxr", ELF::SHT_SYMTAB_SHNDX, 0, 4, "");
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 659 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 368 ECase(SHT_SYMTAB_SHNDX)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 81 case llvm::ELF::SHT_SYMTAB_SHNDX:
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 778 LLVM_READOBJ_ENUM_CASE(ELF, SHT_SYMTAB_SHNDX );
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 351 SHT_SYMTAB_SHNDX SectionType = 18 /* Section indexes (see SHN_XINDEX). */
383 {18, "SHT_SYMTAB_SHNDX"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 351 SHT_SYMTAB_SHNDX SectionType = 18 /* Section indexes (see SHN_XINDEX). */
383 {18, "SHT_SYMTAB_SHNDX"},
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 73 // Initialize the symtab_xindex_ array. Find the SHT_SYMTAB_SHNDX
92 if (object->section_type(i) == elfcpp::SHT_SYMTAB_SHNDX
100 object->error(_("missing SHT_SYMTAB_SHNDX section"));
104 // SHT_SYMTAB_SHNDX section. If PSHDRS is not NULL, it points at the
144 object->error(_("symbol %u out of range for SHT_SYMTAB_SHNDX section"),
495 // Try to pick up the SHT_SYMTAB_SHNDX section, if there is
498 if (shdr.get_sh_type() == elfcpp::SHT_SYMTAB_SHNDX)
    [all...]
  /art/runtime/
elf.h     [all...]

Completed in 285 milliseconds

1 2