/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | ChangeLog | 4 * dwfl_module_getdwarf.c (load_dw): Set mod->dw->elfpath and call 37 * dwfl_module_getdwarf.c: Include libdwP.h and libelfP.h. 66 * dwfl_module_getdwarf.c: Likewise. 322 * dwfl_module_getdwarf.c (find_symtab): Likewise. 354 * dwfl_module_getdwarf.c (open_elf, find_symtab): Likewise. 650 * dwfl_module_getdwarf.c (find_aux_sym): Check sh_entsize is not zero. 686 * dwfl_module_getdwarf.c (load_dw): Close file descriptors after 834 * dwfl_module_getdwarf.c: Check shnum for 0 before subtracting from 866 * dwfl_module_getdwarf.c: Likewise. 946 * dwfl_module_getdwarf.c (find_symtab): Uncompress symstr, xndx, sym [all …]
|
H A D | dwfl_addrdwarf.c | 38 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address), in dwfl_addrdwarf()
|
H A D | dwfl_module_nextcu.c | 38 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_nextcu() local
|
H A D | dwfl_module_addrdie.c | 38 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_addrdie() local
|
H A D | dwfl_getdwarf.c | 49 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback()
|
H A D | dwfl_module_dwarf_cfi.c | 71 (INTUSE(dwfl_module_getdwarf) (mod, bias))); in dwfl_module_dwarf_cfi()
|
H A D | dwfl_nextcu.c | 75 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL)) in dwfl_nextcu()
|
H A D | dwfl_module_getsrc.c | 40 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc()
|
H A D | Makefile.am | 48 dwfl_module_getdwarf.c dwfl_module_getelf.c \
|
H A D | dwfl_module_getsrc_file.c | 66 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc_file()
|
H A D | libdwfl.h | 535 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
|
H A D | derelocate.c | 315 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in check_module()
|
H A D | dwfl_module_getdwarf.c | 1444 dwfl_module_getdwarf (Dwfl_Module *mod, Dwarf_Addr *bias) in dwfl_module_getdwarf() function 1469 INTDEF (dwfl_module_getdwarf) in INTDEF() argument
|
H A D | libdwflP.h | 750 INTDECL (dwfl_module_getdwarf)
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | debuginfod_build_id_find.c | 53 Dwarf *res = dwfl_module_getdwarf(mod, &bias); in main()
|
H A D | varlocs.c | 1109 dw = dwfl_module_getdwarf (mod, &modbias); in main()
|
/aosp_15_r20/external/stg/ |
H A D | elf_dwarf_handle.cc | 100 Dwarf* dwarf = dwfl_module_getdwarf(dwfl_module_, &loadbase); in GetDwarf()
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | libdw.map | 119 dwfl_module_getdwarf;
|
/aosp_15_r20/external/elfutils/src/ |
H A D | srcfiles.cxx | 226 dbg = dwfl_module_getdwarf (dwflmod, &bias); in collect_sourcefiles()
|
H A D | addr2line.c | 751 dwarf_offdie (dwfl_module_getdwarf (mod, &bias), in handle_address()
|
H A D | stack.c | 139 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); in module_callback()
|
H A D | unstrip.c | 2366 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); in handle_dwfl_module() 2466 bool have_dwarf = dwfl_module_getdwarf (mod, &bias) != NULL; in list_module()
|
H A D | nm.c | 1218 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()
|
H A D | readelf.c | 11878 Dwarf *dbg = dwfl_module_getdwarf (dwflmod, &dwbias); in print_debug() 11949 Dwarf *skel_dbg = dwfl_module_getdwarf (skel_mod, &dwbias); in print_debug()
|
/aosp_15_r20/external/elfutils/include/elfutils/ |
H A D | libdwfl.h | 535 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
|