Home
last modified time | relevance | path

Searched refs:shndxp (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getsym.c38 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, in __libdwfl_getsym() argument
112 if ((shndxp != NULL || mod->e_type != ET_REL) in __libdwfl_getsym()
148 if (shndxp != NULL) in __libdwfl_getsym()
150 *shndxp = alloc ? shndx : (GElf_Word) -1; in __libdwfl_getsym()
203 GElf_Word *shndxp, in dwfl_module_getsym_info() argument
207 return __libdwfl_getsym (mod, ndx, sym, addr, shndxp, elfp, bias, in dwfl_module_getsym_info()
214 GElf_Sym *sym, GElf_Word *shndxp) in INTDEF()
217 return __libdwfl_getsym (mod, ndx, sym, NULL, shndxp, NULL, NULL, in INTDEF()
Ddwfl_module_addrsym.c245 GElf_Sym *_closest_sym, GElf_Word *shndxp, in __libdwfl_addrsym() argument
307 if (shndxp != NULL) in __libdwfl_addrsym()
308 *shndxp = state.closest_shndx; in __libdwfl_addrsym()
319 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym() argument
322 return __libdwfl_addrsym (mod, addr, &off, closest_sym, shndxp, in dwfl_module_addrsym()
330 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias) in INTDEF()
332 return __libdwfl_addrsym (mod, address, offset, sym, shndxp, elfp, bias, in INTDEF()
Dderelocate.c260 Elf32_Word *shndxp) in dwfl_module_relocation_info() argument
273 if (shndxp) in dwfl_module_relocation_info()
274 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
289 if (shndxp) in dwfl_module_relocation_info()
290 *shndxp = elf_ndxscn (sections->refs[idx].scn); in dwfl_module_relocation_info()
Dlibdwfl.h410 GElf_Word *shndxp);
452 GElf_Sym *sym, GElf_Word *shndxp)
477 GElf_Word *shndxp,
505 GElf_Word *shndxp, Elf **elfp,
519 GElf_Sym *sym, GElf_Word *shndxp)
DlibdwflP.h461 GElf_Addr *addr, GElf_Word *shndxp,
/external/elfutils/tests/
Ddwflsyms.c122 GElf_Word shndxp; in list_syms() local
125 const char *name = dwfl_module_getsym (mod, ndx, &sym, &shndxp); in list_syms()
135 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp, in list_syms()
150 if (GELF_ST_TYPE (sym.st_info) == STT_FUNC && shndxp != SHN_UNDEF) in list_syms()
153 assert (addr_in_section (elf, shndxp, sym.st_value - bias)); in list_syms()
178 if (shndxp < SHN_LORESERVE) in list_syms()
180 elf_section_name (elf, shndxp)); in list_syms()
/external/elfutils/include/elfutils/
Dlibdwfl.h410 GElf_Word *shndxp);
452 GElf_Sym *sym, GElf_Word *shndxp)
477 GElf_Word *shndxp,
505 GElf_Word *shndxp, Elf **elfp,
519 GElf_Sym *sym, GElf_Word *shndxp)