HomeSort by relevance Sort by last modified time
    Searched defs:shndx (Results 1 - 22 of 22) sorted by null

  /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...]
  /external/elfutils/0.153/libelf/
gelf_getsymshndx.c 74 Elf32_Word shndx = 0; local
99 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
153 *dstshndx = shndx;
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;
  /hardware/intel/bootstub/
mb.h 59 u32 shndx; member in struct:__anon19389
  /external/elfutils/0.153/src/
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),
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::__anon5019::__anon5020
763 GElf_Word shndx = SHN_UNDEF; local
1539 GElf_Word shndx = SHN_UNDEF; local
    [all...]
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...]
readelf.c 8368 unsigned long int shndx = strtoul (a->arg, &endp, 0); local
    [all...]
  /art/patchoat/
patchoat.cc 726 Elf32_Word shndx = syms->st_shndx; local
727 if (shndx != SHN_ABS && shndx != SHN_COMMON && shndx != SHN_UNDEF &&
    [all...]
  /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
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 781 milliseconds