Searched refs:dwfl_module_getdwarf (Results 1 – 22 of 22) sorted by relevance
/external/elfutils/libdwfl/ |
D | ChangeLog | 12 * 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 …]
|
D | dwfl_addrdwarf.c | 34 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address), in dwfl_addrdwarf()
|
D | dwfl_module_nextcu.c | 34 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_nextcu() local
|
D | dwfl_module_addrdie.c | 34 if (INTUSE(dwfl_module_getdwarf) (mod, bias) == NULL) in dwfl_module_addrdie() local
|
D | dwfl_getdwarf.c | 45 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback()
|
D | dwfl_module_dwarf_cfi.c | 67 (INTUSE(dwfl_module_getdwarf) (mod, bias))); in dwfl_module_dwarf_cfi()
|
D | dwfl_nextcu.c | 71 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL)) in dwfl_nextcu()
|
D | dwfl_module_getsrc.c | 36 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc()
|
D | Makefile.am | 47 dwfl_module_getdwarf.c dwfl_module_getelf.c \
|
D | dwfl_module_getsrc_file.c | 62 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in dwfl_module_getsrc_file()
|
D | derelocate.c | 305 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL) in check_module()
|
D | libdwfl.h | 537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
|
D | libdwflP.h | 722 INTDECL (dwfl_module_getdwarf)
|
D | dwfl_module_getdwarf.c | 1422 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/ |
D | libdw.map | 120 dwfl_module_getdwarf;
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
|
/external/elfutils/src/ |
D | addr2line.c | 749 dwarf_offdie (dwfl_module_getdwarf (mod, &bias), in handle_address()
|
D | stack.c | 140 Dwarf *dwarf = dwfl_module_getdwarf (mod, &bias); in module_callback()
|
D | unstrip.c | 2145 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()
|
D | nm.c | 1204 *get->dbg = dwfl_module_getdwarf (dwflmod, &bias); in getdbg_dwflmod()
|
D | readelf.c | 8302 Dwarf *dbg = dwfl_module_getdwarf (dwflmod, &dwbias); in print_debug()
|
/external/elfutils/tests/ |
D | varlocs.c | 783 dw = dwfl_module_getdwarf (mod, &modbias); in main()
|