Home
last modified time | relevance | path

Searched refs:dwfl_module_relocate_address (Results 1 - 9 of 9) sorted by relevance

/third_party/elfutils/libdwfl/
H A 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()
H A 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()
H A Dlibdwfl.h395 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
H A DlibdwflP.h784 INTDECL (dwfl_module_relocate_address)
/third_party/elfutils/tests/
H A Dline2addr.c40 int i = dwfl_module_relocate_address (mod, &address); in print_address()
42 error (0, 0, "dwfl_module_relocate_address: %s", dwfl_errmsg (-1)); in print_address()
H A Ddwflsyms.c176 int res = dwfl_module_relocate_address (mod, &addr); in list_syms()
/third_party/elfutils/include/elfutils/
H A Dlibdwfl.h395 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
/third_party/elfutils/src/
H A Daddr2line.c428 int i = dwfl_module_relocate_address (mod, &addr); in print_addrsym()
H A Dreadelf.c3866 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in print_dwarf_addr()

Completed in 44 milliseconds