Home
last modified time | relevance | path

Searched refs:dwfl_module_relocation_info (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/tests/
Dline2addr.c47 const char *secname = dwfl_module_relocation_info (mod, i, NULL); in print_address()
/external/elfutils/src/
Daddr2line.c430 name = dwfl_module_relocation_info (mod, i, NULL); in print_addrsym()
532 const char *scn = dwfl_module_relocation_info (mod, i, &shndx); in adjust_to_section()
Dreadelf.c3869 : dwfl_module_relocation_info (dwflmod, i, NULL)); in print_dwarf_addr()
/external/elfutils/libdw/
Dlibdw.map129 dwfl_module_relocation_info;
DChangeLog3283 dwfl_module_relocation_info.
/external/elfutils/include/elfutils/
Dlibdwfl.h403 extern const char *dwfl_module_relocation_info (Dwfl_Module *mod,
/external/elfutils/libdwfl/
Dderelocate.c259 dwfl_module_relocation_info (Dwfl_Module *mod, unsigned int idx, in dwfl_module_relocation_info() function
Dlibdwfl.h403 extern const char *dwfl_module_relocation_info (Dwfl_Module *mod,
DChangeLog2181 (dwfl_module_relocation_info): Likewise.