HomeSort by relevance Sort by last modified time
    Searched full:shndx (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /toolchain/binutils/binutils-2.27/gold/
x86_64.cc 613 do_calls_non_split(Relobj* object, unsigned int shndx,
2616 unsigned int shndx = lsym.get_st_shndx(); local
2774 unsigned int shndx = lsym.get_st_shndx(); local
    [all...]
sparc.cc 415 unsigned int shndx, Output_section* output_section,
421 object, shndx, output_section,
445 : name(NULL), shndx(0), obj(NULL)
448 unsigned int shndx; member in struct:__anon4477::Target_sparc::Register_symbol
2446 unsigned int shndx = lsym.get_st_shndx(); local
    [all...]
dynobj.cc 202 // Read the contents of section SHNDX. PSHDRS points to the section
211 unsigned int shndx,
218 if (shndx == -1U)
226 typename This::Shdr shdr(pshdrs + shndx * This::shdr_size);
232 shndx, this->adjust_shndx(shdr.get_sh_link()), link);
    [all...]
target.h 340 // A function starts at OFFSET in section SHNDX in OBJECT. That
347 calls_non_split(Relobj* object, unsigned int shndx,
353 this->do_calls_non_split(object, shndx, fnoffset, fnsize,
    [all...]
script-sections.cc 1465 shndx() function in class:gold::Input_section_info
1669 unsigned int shndx = p->shndx(); local
    [all...]
tilegx.cc 597 unsigned int shndx, Output_section* output_section,
603 object, shndx, output_section,
3479 unsigned int shndx = lsym.get_st_shndx(); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 182 const Elf_External_Sym_Shndx *shndx = (const Elf_External_Sym_Shndx *) pshn;
196 if (shndx == NULL)
198 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
213 void *shndx)
225 if (shndx == NULL)
227 H_PUT_32 (abfd, tmp, shndx);
181 const Elf_External_Sym_Shndx *shndx = (const Elf_External_Sym_Shndx *) pshn; local
    [all...]
elf32-ip2k.c 578 unsigned int shndx; local
588 shndx = _bfd_elf_section_from_bfd_section (abfd, sec);
606 if (isym->st_shndx == shndx)
754 if (isym->st_shndx == shndx
    [all...]
elf.c 386 Elf_External_Sym_Shndx *shndx; local
486 shndx = extshndx_buf;
488 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
489 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
7389 unsigned int shndx; local
7565 unsigned int shndx; local
    [all...]
elf32-microblaze.c 1676 unsigned int shndx; local
    [all...]
elf64-sparc.c 506 p->shndx = sym->st_shndx;
596 sym.st_shndx = app_regs [reg].shndx;
elf32-m32c.c 1976 Elf_External_Sym_Shndx *shndx; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /toolchain/binutils/binutils-2.27/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/sdk/tools/linux/bin/
arm-linux-androideabi-ld 
i686-linux-android-ld 
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 144 uint32_t shndx,
147 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
148 String32(*ShndxF, shndx);
153 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
154 uint16_t(ELF::SHN_XINDEX) : shndx;
    [all...]
ELFObjectWriter.h 251 uint8_t other, uint32_t shndx,
  /external/syslinux/com32/mboot/
map.c 248 mbinfo.syms.e.shndx = eh->e_shstrndx;
  /system/core/libunwindstack/tests/
SymbolsTest.cpp 112 // Set the function back, and set the shndx to UNDEF.
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 7493 unsigned int shndx; local
    [all...]
readelf.c 5239 Elf_External_Sym_Shndx * shndx = NULL; local
5350 Elf_External_Sym_Shndx * shndx = NULL; local
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 515 symbols[i].Section = SectionIndex(sym.Shndx)
558 symbols[i].Section = SectionIndex(sym.Shndx)
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 515 symbols[i].Section = SectionIndex(sym.Shndx)
558 symbols[i].Section = SectionIndex(sym.Shndx)

Completed in 1324 milliseconds

1 2 34 5 6 7