/third_party/elfutils/libdwfl/ |
D | ChangeLog | 11 * 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 …]
|
D | dwfl_addrdwarf.c | 38 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address), in dwfl_addrdwarf()
|
D | dwfl_module_nextcu.c | 38 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_nextcu() local
|
D | dwfl_module_addrdie.c | 38 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_addrdie() local
|
D | dwfl_getdwarf.c | 49 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback()
|
D | dwfl_module_dwarf_cfi.c | 71 (INTUSE(dwfl_module_getdwarf) (mod, bias))); in dwfl_module_dwarf_cfi()
|
D | dwfl_nextcu.c | 75 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL)) in dwfl_nextcu()
|
D | dwfl_module_getsrc.c | 40 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc()
|
D | Makefile.am | 48 dwfl_module_getdwarf.c dwfl_module_getelf.c \
|
D | dwfl_module_getsrc_file.c | 66 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc_file()
|
D | libdwfl.h | 532 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
|
D | derelocate.c | 315 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in check_module()
|
D | dwfl_module_getdwarf.c | 1441 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_getdwarf() function 1466 INTDEF (dwfl_module_getdwarf) in INTDEF() argument
|
D | libdwflP.h | 754 INTDECL (dwfl_module_getdwarf)
|
/third_party/libabigail/src/ |
D | abg-elf-reader.cc | 55 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/ |
D | debuginfod_build_id_find.c | 53 Dwarf *res = dwfl_module_getdwarf(mod, &bias); in main()
|
D | varlocs.c | 1103 dw = dwfl_module_getdwarf (mod, &modbias); in main()
|
/third_party/elfutils/libdw/ |
D | libdw.map | 119 dwfl_module_getdwarf;
|
/third_party/elfutils/include/elfutils/ |
D | libdwfl.h | 532 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
|
/third_party/elfutils/src/ |
D | stack.c | 139 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); in module_callback()
|
D | addr2line.c | 747 dwarf_offdie (dwfl_module_getdwarf (mod, &bias), in handle_address()
|
D | nm.c | 1218 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()
|
D | unstrip.c | 2315 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()
|
D | readelf.c | 11429 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/ |
D | elfutils_config.gni | 306 "//third_party/elfutils/libdwfl/dwfl_module_getdwarf.c",
|