Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_validate_address.c39 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()
Dderelocate.c345 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
Dlibdwfl.h398 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
DlibdwflP.h736 INTDECL (dwfl_module_relocate_address)
DChangeLog1410 * 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/
Dline2addr.c40 int i = dwfl_module_relocate_address (mod, &address); in print_address()
Ddwflsyms.c177 int res = dwfl_module_relocate_address (mod, &addr); in list_syms()
DChangeLog500 * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
/external/elfutils/src/libdw/
Dlibdw.map129 dwfl_module_relocate_address;
DChangeLog1747 Add dwfl_module_relocate_address, dwfl_module_relocations,
/external/elfutils/include/elfutils/
Dlibdwfl.h398 extern int dwfl_module_relocate_address (Dwfl_Module *mod,
/external/elfutils/src/src/
Daddr2line.c377 int i = dwfl_module_relocate_address (mod, &addr); in print_addrsym()
Dreadelf.c3502 int i = n < 1 ? -1 : dwfl_module_relocate_address (dwflmod, &address); in format_dwarf_addr()