Searched refs:dwfl_module_relocate_address (Results 1 - 9 of 9) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A 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()
|
H A 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()
|
H A D | libdwfl.h | 395 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
H A D | libdwflP.h | 784 INTDECL (dwfl_module_relocate_address)
|
/third_party/elfutils/tests/ |
H A D | line2addr.c | 40 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 D | dwflsyms.c | 176 int res = dwfl_module_relocate_address (mod, &addr); in list_syms()
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 395 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 428 int i = dwfl_module_relocate_address (mod, &addr); in print_addrsym()
|
H A D | readelf.c | 3866 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in print_dwarf_addr()
|
Completed in 44 milliseconds