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

1 2

  /external/elfutils/0.153/libdwfl/
dwfl_module_getsym.c 66 GElf_Word shndx; local
67 sym = gelf_getsymshndx (mod->symdata, mod->symxndxdata, ndx, sym, &shndx);
75 shndx = sym->st_shndx;
84 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (mod->symfile->elf, shndx),
91 *shndxp = alloc ? shndx : (GElf_Word) -1;
108 shndx, &sym->st_value);
dwfl_module_addrsym.c 65 inline bool same_section (const GElf_Sym *sym, GElf_Word shndx)
68 if (shndx >= SHN_LORESERVE)
91 return shndx == addr_shndx;
113 GElf_Word shndx; local
114 const char *name = INTUSE(dwfl_module_getsym) (mod, i, &sym, &shndx);
140 closest_shndx = shndx;
145 && same_section (&sym, shndx))
152 sizeless_shndx = shndx;
166 closest_shndx = shndx;
relocate.c 54 /* Adjust *VALUE to add the load address of the SHNDX section.
60 Elf32_Word shndx, GElf_Addr *value)
64 Elf_Scn *refscn = elf_getscn (elf, shndx);
83 name, shndx, refshdr,
127 int symndx, GElf_Sym *sym, GElf_Word *shndx)
184 symndx, sym, shndx) == NULL))
188 *shndx = sym->st_shndx;
202 *shndx, &sym->st_value);
213 GElf_Sym *sym, GElf_Word shndx)
250 ndx, sym, &shndx);
355 GElf_Word shndx; local
    [all...]
offline.c 65 Elf32_Word shndx,
81 Elf_Scn *ourscn = elf_getscn (mod->debug.elf, shndx);
libdwfl.h 86 GElf_Word shndx, const GElf_Shdr *shdr,
  /external/elfutils/0.153/libelf/
gelf_update_symshndx.c 74 Elf32_Word *shndx = NULL; local
108 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
164 if (shndx != NULL)
165 *shndx = srcshndx;
gelf_getsymshndx.c 74 Elf32_Word shndx = 0; local
99 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
153 *dstshndx = shndx;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 89 ResolveInfo::Desc getSymDesc(uint16_t shndx) const
91 if (shndx >= llvm::ELF::SHN_HEXAGON_SCOMMON &&
92 shndx <= llvm::ELF::SHN_HEXAGON_SCOMMON_8)
  /bionic/linker/
dlfcn.cpp 165 #define ELF32_SYM_INITIALIZER(name_offset, value, shndx) \
169 (shndx == 0) ? 0 : (STB_GLOBAL << 4), \
171 shndx, \
174 #define ELF64_SYM_INITIALIZER(name_offset, value, shndx) \
176 (shndx == 0) ? 0 : (STB_GLOBAL << 4), \
178 shndx, \
  /external/elfutils/0.153/src/
unstrip.c 348 GElf_Word shndx = SHN_UNDEF;
349 GElf_Sym *sym = gelf_getsymshndx (data, shndxdata, i, &sym_mem, &shndx);
357 shndx = sym->st_shndx;
359 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION)
364 shndx = SHN_UNDEF;
365 ELF_CHECK (gelf_update_symshndx (newsymdata, shndxdata, i, sym, shndx),
579 GElf_Word shndx = SHN_UNDEF;
581 i, &sym_mem, &shndx);
583 sym, shndx),
602 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i
347 GElf_Word shndx = SHN_UNDEF; local
578 GElf_Word shndx = SHN_UNDEF; local
601 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; local
611 GElf_Word shndx = SHN_UNDEF; local
731 GElf_Word shndx; member in struct:symbol::__anon25932::__anon25933
763 GElf_Word shndx = SHN_UNDEF; local
1539 GElf_Word shndx = SHN_UNDEF; local
    [all...]
addr2line.c 338 GElf_Word shndx; local
339 const char *name = dwfl_module_addrsym (mod, addr, &s, &shndx);
419 GElf_Word shndx; local
420 const char *scn = dwfl_module_relocation_info (mod, i, &shndx);
429 (elf_getscn (dwfl_module_getelf (mod, &shdr_bias), shndx),
ldgeneric.c 107 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
524 matching_group_comdat_scn (const XElf_Sym *sym, size_t shndx,
527 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
532 size_t newgrpid = fileinfo->scninfo[shndx].grpid;
592 check_definition (const XElf_Sym *sym, size_t shndx, size_t symidx,
600 if (shndx != SHN_UNDEF
602 || (shndx != SHN_COMMON && oldp->common && ! new_in_dso)
632 else if (shndx != SHN_UNDEF
634 && matching_group_comdat_scn (sym, shndx, fileinfo, oldp)
1404 Elf32_Word shndx; local
1473 Elf32_Word shndx; local
6513 Elf32_Word shndx; local
    [all...]
  /hardware/intel/bootstub/
mb.h 59 u32 shndx; member in struct:__anon40302
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 276 ELFSymbol::sectionIndexToCString (elf_half shndx,
279 switch (shndx)
291 const lldb_private::Section *section = section_list->GetSectionAtIndex(shndx).get();
ELFHeader.h 254 sectionIndexToCString(elf_half shndx,
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section
  /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
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
plugin-api.h 102 unsigned int shndx; member in struct:ld_plugin_section

Completed in 946 milliseconds

1 2