Searched refs:biasp (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 38 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, in __libdwfl_getsym() argument 195 if (biasp) in __libdwfl_getsym() 196 *biasp = dwfl_adjusted_st_value (mod, elf, 0); in __libdwfl_getsym()
|
D | dwfl_report_elf.c | 50 GElf_Addr *endp, GElf_Addr *biasp, in __libdwfl_elf_address_range() argument 234 if (biasp) in __libdwfl_elf_address_range() 235 *biasp = bias; in __libdwfl_elf_address_range()
|
D | dwfl_module_addrsym.c | 246 Elf **elfp, Dwarf_Addr *biasp, bool _adjust_st_value) in __libdwfl_addrsym() argument 311 if (biasp != NULL) in __libdwfl_addrsym() 312 *biasp = dwfl_adjusted_st_value (state.mod, state.closest_elf, 0); in __libdwfl_addrsym()
|
D | libdwflP.h | 462 Elf **elfp, Dwarf_Addr *biasp, 564 GElf_Addr *biasp, GElf_Half *e_typep)
|
D | ChangeLog | 1158 (dwfl_module_addrsym_elf): this. Add elfp and biasp arguments, 1163 new elfp and biasp arguments. Track elf instead of file.
|