Home
last modified time | relevance | path

Searched refs:dwfl_module_relocate_address (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_validate_address.c43 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()
Dderelocate.c378 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
Dlibdwfl.h400 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
DlibdwflP.h757 INTDECL (dwfl_module_relocate_address)
DChangeLog2090 * 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/
Dline2addr.c40 int i = dwfl_module_relocate_address (mod, &address); in print_address()
Ddwflsyms.c176 int res = dwfl_module_relocate_address (mod, &addr); in list_syms()
DChangeLog1969 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
/external/strace/
Dunwind-libdw.c167 dwfl_module_relocate_address(mod, &true_offset); in frame_callback()
/external/elfutils/libdw/
Dlibdw.map128 dwfl_module_relocate_address;
DChangeLog2951 Add dwfl_module_relocate_address, dwfl_module_relocations,
/external/elfutils/include/elfutils/
Dlibdwfl.h400 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
/external/elfutils/src/
Daddr2line.c421 int i = dwfl_module_relocate_address (mod, &addr); in print_addrsym()
Dreadelf.c3748 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in print_dwarf_addr()