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 | 400 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
D | libdwflP.h | 757 INTDECL (dwfl_module_relocate_address)
|
D | ChangeLog | 2090 * derelocate.c (dwfl_module_relocate_address): Fix last fix: ET_DYN 2095 * derelocate.c (dwfl_module_relocate_address): Apply main.bias, not 2548 (dwfl_module_relocate_address): ... here, call it. 2550 (dwfl_module_relocate_address): ... here, call it. 2848 * 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 | 1969 * 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 | 2951 Add dwfl_module_relocate_address, dwfl_module_relocations,
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 400 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 | 3748 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in print_dwarf_addr()
|