Home
last modified time | relevance | path

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

12

/third_party/elfutils/libdwfl/
DChangeLog11 * dwfl_module_getdwarf.c: Likewise.
267 * dwfl_module_getdwarf.c (find_symtab): Likewise.
299 * dwfl_module_getdwarf.c (open_elf, find_symtab): Likewise.
595 * dwfl_module_getdwarf.c (find_aux_sym): Check sh_entsize is not zero.
631 * dwfl_module_getdwarf.c (load_dw): Close file descriptors after
779 * dwfl_module_getdwarf.c: Check shnum for 0 before subtracting from
811 * dwfl_module_getdwarf.c: Likewise.
891 * dwfl_module_getdwarf.c (find_symtab): Uncompress symstr, xndx, sym
944 * dwfl_module_getdwarf.c (find_prelink_address_sync): Move nested
946 * dwfl_module_getdwarf.c (find_dynsym): Move nested function
[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.am48 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()
Dlibdwfl.h532 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
Dderelocate.c315 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in check_module()
Ddwfl_module_getdwarf.c1441 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_getdwarf() function
1466 INTDEF (dwfl_module_getdwarf) in INTDEF() argument
DlibdwflP.h754 INTDECL (dwfl_module_getdwarf)
/third_party/libabigail/src/
Dabg-elf-reader.cc55 Dwarf *dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info_link()
188 Dwarf* dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info()
235 Dwarf* dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info()
365 dwarf_handle = dwfl_module_getdwarf(elf_module, &bias); in locate_dwarf_debug_info()
374 dwarf_handle = dwfl_module_getdwarf(elf_module, &bias); in locate_dwarf_debug_info()
/third_party/elfutils/tests/
Ddebuginfod_build_id_find.c53 Dwarf *res = dwfl_module_getdwarf(mod, &bias); in main()
Dvarlocs.c1103 dw = dwfl_module_getdwarf (mod, &modbias); in main()
/third_party/elfutils/libdw/
Dlibdw.map119 dwfl_module_getdwarf;
/third_party/elfutils/include/elfutils/
Dlibdwfl.h532 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
/third_party/elfutils/src/
Dstack.c139 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); in module_callback()
Daddr2line.c747 dwarf_offdie (dwfl_module_getdwarf (mod, &bias), in handle_address()
Dnm.c1218 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()
Dunstrip.c2315 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); in handle_dwfl_module()
2415 bool have_dwarf = dwfl_module_getdwarf (mod, &bias) != NULL; in list_module()
Dreadelf.c11429 Dwarf *dbg = dwfl_module_getdwarf (dwflmod, &dwbias); in print_debug()
11500 Dwarf *skel_dbg = dwfl_module_getdwarf (skel_mod, &dwbias); in print_debug()
/third_party/elfutils/
Delfutils_config.gni306 "//third_party/elfutils/libdwfl/dwfl_module_getdwarf.c",

12