Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
DChangeLog47 * dwfl_module_getdwarf.c (find_aux_sym): Check sh_entsize is not zero.
83 * dwfl_module_getdwarf.c (load_dw): Close file descriptors after
231 * dwfl_module_getdwarf.c: Check shnum for 0 before subtracting from
263 * dwfl_module_getdwarf.c: Likewise.
343 * dwfl_module_getdwarf.c (find_symtab): Uncompress symstr, xndx, sym
396 * dwfl_module_getdwarf.c (find_prelink_address_sync): Move nested
398 * dwfl_module_getdwarf.c (find_dynsym): Move nested function
445 * dwfl_module_getdwarf.c (open_elf_file): Likewise.
468 * dwfl_module_getdwarf.c (MAX): Removed.
478 * dwfl_module_getdwarf.c (find_prelink_address_sync): Do not use
[all …]
Ddwfl_addrdwarf.c38 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address), in dwfl_addrdwarf()
Ddwfl_module_nextcu.c38 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_nextcu() local
Ddwfl_module_addrdie.c38 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_addrdie() local
Ddwfl_getdwarf.c49 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback()
Ddwfl_module_dwarf_cfi.c71 (INTUSE(dwfl_module_getdwarf) (mod, bias))); in dwfl_module_dwarf_cfi()
Ddwfl_nextcu.c75 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL)) in dwfl_nextcu()
Ddwfl_module_getsrc.c40 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.c66 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc_file()
Dderelocate.c315 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in check_module()
Dlibdwfl.h537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
DlibdwflP.h728 INTDECL (dwfl_module_getdwarf)
Ddwfl_module_getdwarf.c1442 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_getdwarf() function
1467 INTDEF (dwfl_module_getdwarf) in INTDEF() argument
/external/elfutils/libdw/
Dlibdw.map119 dwfl_module_getdwarf;
/external/elfutils/include/elfutils/
Dlibdwfl.h537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
/external/elfutils/src/
Daddr2line.c736 dwarf_offdie (dwfl_module_getdwarf (mod, &bias), in handle_address()
Dstack.c139 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); in module_callback()
Dunstrip.c2258 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); in handle_dwfl_module()
2358 bool have_dwarf = dwfl_module_getdwarf (mod, &bias) != NULL; in list_module()
Dnm.c1190 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()
Dreadelf.c10953 Dwarf *dbg = dwfl_module_getdwarf (dwflmod, &dwbias); in print_debug()
11024 Dwarf *skel_dbg = dwfl_module_getdwarf (skel_mod, &dwbias); in print_debug()
DChangeLog122 * dwfl_module_getdwarf.c (adjust_relocs): Check sh_entsize is not
/external/elfutils/tests/
Dvarlocs.c1104 dw = dwfl_module_getdwarf (mod, &modbias); in main()