Searched refs:dwarf_begin_elf (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/libdw/ |
D | ChangeLog | 27 * dwarf_begin_elf.c (check_section): Drop ehdr argument, add and 31 (dwarf_begin_elf): Call elf_getshdrstrndx. Pass shstrndx to 56 * dwarf_begin_elf.c (check_section): Allow a single .debug_frame 70 * dwarf_begin_elf.c (check_section): Don't error out when elf 236 * dwarf_begin_elf.c (valid_p): Create fake_loclists_cu if necessary. 309 * dwarf_begin_elf.c (valid_p): Add a fake_addr_cu to the result. 361 * dwarf_begin_elf.c (__libdw_debugdir): New function. 431 * dwarf_begin_elf.c (check_section): Also recognize .dwo section 474 * dwarf_begin_elf.c (dwarf_scnnames): Add ".debug_line_str". 519 * dwarf_begin_elf.c (dwarf_scnnames): Add IDX_debug_str_offsets, [all …]
|
D | dwarf_begin.c | 88 result = INTUSE(dwarf_begin_elf) (elf, cmd, NULL); in dwarf_begin()
|
D | dwarf_begin_elf.c | 376 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() function 462 INTDEF(dwarf_begin_elf)
|
D | libdw.map | 10 dwarf_begin_elf;
|
D | Makefile.am | 44 libdw_a_SOURCES = dwarf_begin.c dwarf_begin_elf.c dwarf_end.c dwarf_getelf.c \
|
D | libdw.h | 241 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|
D | libdwP.h | 1331 INTDECL (dwarf_begin_elf)
|
/external/elfutils/tests/ |
D | dwarfcfi.c | 148 Dwarf *dwarf = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in main()
|
/external/elfutils/src/ |
D | findtextrel.c | 359 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in process_file() 379 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); in process_file()
|
D | nm.c | 1243 dbg = dwarf_begin_elf (ebl->elf, DWARF_C_READ, NULL); in show_symbols()
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 241 extern Dwarf *dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp);
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 583 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf, in find_debug_altlink() 1342 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL); in load_dw()
|
D | ChangeLog | 84 dwarf_begin_elf call. Set Dwarf debugdir if it is NULL, this is the
|
/external/elfutils/config/ |
D | elfutils.spec.in | 269 dwarf_begin_elf now accepts ELF files containing just .debug_line
|
/external/elfutils/ |
D | NEWS | 54 dwarf_begin_elf now accepts ELF files containing just .debug_line
|