Searched refs:dwfl_module_relocate_address (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_validate_address.c | 43 int idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); in dwfl_validate_address() 53 offset_idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); in dwfl_validate_address()
|
D | derelocate.c | 378 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address() function 401 INTDEF (dwfl_module_relocate_address) in INTDEF() argument
|
D | libdwfl.h | 388 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
D | libdwflP.h | 774 INTDECL (dwfl_module_relocate_address)
|
D | ChangeLog | 2365 * derelocate.c (dwfl_module_relocate_address): Fix last fix: ET_DYN 2370 * derelocate.c (dwfl_module_relocate_address): Apply main.bias, not 2823 (dwfl_module_relocate_address): ... here, call it. 2825 (dwfl_module_relocate_address): ... here, call it. 3123 * derelocate.c (dwfl_module_relocate_address): Add INTDEF.
|
/external/elfutils/tests/ |
D | line2addr.c | 40 int i = dwfl_module_relocate_address (mod, &address); in print_address()
|
D | dwflsyms.c | 176 int res = dwfl_module_relocate_address (mod, &addr); in list_syms()
|
D | ChangeLog | 2566 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
|
/external/strace/ |
D | unwind-libdw.c | 167 dwfl_module_relocate_address(mod, &true_offset); in frame_callback()
|
/external/elfutils/libdw/ |
D | libdw.map | 128 dwfl_module_relocate_address;
|
D | ChangeLog | 3147 Add dwfl_module_relocate_address, dwfl_module_relocations,
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 388 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
/external/elfutils/src/ |
D | addr2line.c | 421 int i = dwfl_module_relocate_address (mod, &addr); in print_addrsym()
|
D | readelf.c | 3791 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in print_dwarf_addr()
|