Searched refs:dwfl_module_relocate_address (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | dwfl_validate_address.c | 39 int idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); in dwfl_validate_address() 49 offset_idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); in dwfl_validate_address()
|
D | derelocate.c | 345 dwfl_module_relocate_address (Dwfl_Module *mod, Dwarf_Addr *addr) in dwfl_module_relocate_address() function 368 INTDEF (dwfl_module_relocate_address) in INTDEF() argument
|
D | libdwfl.h | 398 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
D | libdwflP.h | 736 INTDECL (dwfl_module_relocate_address)
|
D | ChangeLog | 1410 * derelocate.c (dwfl_module_relocate_address): Fix last fix: ET_DYN 1415 * derelocate.c (dwfl_module_relocate_address): Apply main.bias, not 1868 (dwfl_module_relocate_address): ... here, call it. 1870 (dwfl_module_relocate_address): ... here, call it. 2168 * derelocate.c (dwfl_module_relocate_address): Add INTDEF.
|
/external/elfutils/src/tests/ |
D | line2addr.c | 40 int i = dwfl_module_relocate_address (mod, &address); in print_address()
|
D | dwflsyms.c | 177 int res = dwfl_module_relocate_address (mod, &addr); in list_syms()
|
D | ChangeLog | 500 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
|
/external/elfutils/src/libdw/ |
D | libdw.map | 129 dwfl_module_relocate_address;
|
D | ChangeLog | 1747 Add dwfl_module_relocate_address, dwfl_module_relocations,
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 398 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
/external/elfutils/src/src/ |
D | addr2line.c | 377 int i = dwfl_module_relocate_address (mod, &addr); in print_addrsym()
|
D | readelf.c | 3502 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in format_dwarf_addr()
|