Home
last modified time | relevance | path

Searched refs:dwfl_module_getdwarf (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/libdwfl/
DChangeLog12 * dwfl_module_getdwarf.c (find_symtab): Uncompress symstr, xndx, sym
65 * dwfl_module_getdwarf.c (find_prelink_address_sync): Move nested
67 * dwfl_module_getdwarf.c (find_dynsym): Move nested function
114 * dwfl_module_getdwarf.c (open_elf_file): Likewise.
137 * dwfl_module_getdwarf.c (MAX): Removed.
147 * dwfl_module_getdwarf.c (find_prelink_address_sync): Do not use
214 * dwfl_module_getdwarf.c (find_symtab): Check shdr is not NULL and
293 * dwfl_module_getdwarf.c (find_prelink_address_sync): Allocate
336 * dwfl_module_getdwarf.c (find_symtab): Explicitly clear symdata,
352 * dwfl_module_getdwarf.c (find_symtab): Always try find_dynsym last.
[all …]
Ddwfl_addrdwarf.c34 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address), in dwfl_addrdwarf()
Ddwfl_module_nextcu.c34 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_nextcu() local
Ddwfl_module_addrdie.c34 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_addrdie() local
Ddwfl_getdwarf.c45 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback()
Ddwfl_module_dwarf_cfi.c67 (INTUSE(dwfl_module_getdwarf) (mod, bias))); in dwfl_module_dwarf_cfi()
Ddwfl_nextcu.c71 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL)) in dwfl_nextcu()
Ddwfl_module_getsrc.c36 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc()
DMakefile.am47 dwfl_module_getdwarf.c dwfl_module_getelf.c \
Ddwfl_module_getsrc_file.c62 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc_file()
Dderelocate.c305 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in check_module()
Dlibdwfl.h537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
DlibdwflP.h722 INTDECL (dwfl_module_getdwarf)
Ddwfl_module_getdwarf.c1422 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_getdwarf() function
1447 INTDEF (dwfl_module_getdwarf) in INTDEF() argument
/external/elfutils/libdw/
Dlibdw.map120 dwfl_module_getdwarf;
/external/elfutils/include/elfutils/
Dlibdwfl.h537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
/external/elfutils/src/
Daddr2line.c749 dwarf_offdie (dwfl_module_getdwarf (mod, &bias), in handle_address()
Dstack.c140 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); in module_callback()
Dunstrip.c2145 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); in handle_dwfl_module()
2245 bool have_dwarf = dwfl_module_getdwarf (mod, &bias) != NULL; in list_module()
Dnm.c1204 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()
Dreadelf.c8302 Dwarf *dbg = dwfl_module_getdwarf (dwflmod, &dwbias); in print_debug()
/external/elfutils/tests/
Dvarlocs.c783 dw = dwfl_module_getdwarf (mod, &modbias); in main()