Searched refs:shndxp (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 34 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()
|
D | dwfl_module_addrsym.c | 238 GElf_Sym *_closest_sym, GElf_Word *shndxp, in __libdwfl_addrsym() argument 300 if (shndxp != NULL) in __libdwfl_addrsym() 301 *shndxp = state.closest_shndx; in __libdwfl_addrsym() 312 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym() argument 315 return __libdwfl_addrsym (mod, addr, &off, closest_sym, shndxp, in dwfl_module_addrsym() 323 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias) in INTDEF() 325 return __libdwfl_addrsym (mod, address, offset, sym, shndxp, elfp, bias, in INTDEF()
|
D | derelocate.c | 250 Elf32_Word *shndxp) in dwfl_module_relocation_info() argument 263 if (shndxp) in dwfl_module_relocation_info() 264 *shndxp = SHN_ABS; in dwfl_module_relocation_info() 279 if (shndxp) in dwfl_module_relocation_info() 280 *shndxp = elf_ndxscn (sections->refs[idx].scn); in dwfl_module_relocation_info()
|
D | libdwfl.h | 410 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)
|
D | libdwflP.h | 450 GElf_Addr *addr, GElf_Word *shndxp, 460 GElf_Word *shndxp, Elf **elfp,
|
/external/elfutils/tests/ |
D | dwflsyms.c | 123 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/ |
D | libdwfl.h | 410 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)
|