Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_module_getsym.c34 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, in __libdwfl_getsym() argument
108 if ((shndxp != NULL || mod->e_type != ET_REL) in __libdwfl_getsym()
144 if (shndxp != NULL) in __libdwfl_getsym()
146 *shndxp = alloc ? shndx : (GElf_Word) -1; in __libdwfl_getsym()
199 GElf_Word *shndxp, in dwfl_module_getsym_info() argument
203 return __libdwfl_getsym (mod, ndx, sym, addr, shndxp, elfp, bias, in dwfl_module_getsym_info()
210 GElf_Sym *sym, GElf_Word *shndxp) in INTDEF()
213 return __libdwfl_getsym (mod, ndx, sym, NULL, shndxp, NULL, NULL, in INTDEF()
Ddwfl_module_addrsym.c37 GElf_Sym *closest_sym, GElf_Word *shndxp, in __libdwfl_addrsym() argument
261 if (shndxp != NULL) in __libdwfl_addrsym()
262 *shndxp = closest_shndx; in __libdwfl_addrsym()
273 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym() argument
276 return __libdwfl_addrsym (mod, addr, &off, closest_sym, shndxp, in dwfl_module_addrsym()
284 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias) in INTDEF()
286 return __libdwfl_addrsym (mod, address, offset, sym, shndxp, elfp, bias, in INTDEF()
Dderelocate.c230 Elf32_Word *shndxp) in dwfl_module_relocation_info() argument
243 if (shndxp) in dwfl_module_relocation_info()
244 *shndxp = SHN_ABS; in dwfl_module_relocation_info()
259 if (shndxp) in dwfl_module_relocation_info()
260 *shndxp = elf_ndxscn (sections->refs[idx].scn); in dwfl_module_relocation_info()
Dlibdwfl.h408 GElf_Word *shndxp);
450 GElf_Sym *sym, GElf_Word *shndxp)
475 GElf_Word *shndxp,
503 GElf_Word *shndxp, Elf **elfp,
517 GElf_Sym *sym, GElf_Word *shndxp)
DlibdwflP.h435 GElf_Addr *addr, GElf_Word *shndxp,
445 GElf_Word *shndxp, Elf **elfp,
/external/elfutils/src/tests/
Ddwflsyms.c123 GElf_Word shndxp; in list_syms() local
126 const char *name = dwfl_module_getsym (mod, ndx, &sym, &shndxp); in list_syms()
136 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp, in list_syms()
151 if (GELF_ST_TYPE (sym.st_info) == STT_FUNC && shndxp != SHN_UNDEF) in list_syms()
154 assert (addr_in_section (elf, shndxp, sym.st_value - bias)); in list_syms()
179 if (shndxp < SHN_LORESERVE) in list_syms()
181 elf_section_name (elf, shndxp)); in list_syms()
/external/elfutils/include/elfutils/
Dlibdwfl.h408 GElf_Word *shndxp);
450 GElf_Sym *sym, GElf_Word *shndxp)
475 GElf_Word *shndxp,
503 GElf_Word *shndxp, Elf **elfp,
517 GElf_Sym *sym, GElf_Word *shndxp)