Searched refs:dwarf_begin_elf (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/libdw/ |
D | ChangeLog | 4 * dwarf_begin_elf.c (__libdw_debugdir): Replace declaration with... 37 * dwarf_begin_elf.c (dwarf_scnnames): Add IDX_debug_cu_index and 52 * dwarf_begin_elf.c (check_section): Use elf_rawdata. 107 * dwarf_begin_elf.h: Don't include unistd.h and endian.h. 177 * dwarf_begin_elf.c (scn_dwarf_type): New function. 208 * dwarf_begin_elf.c (valid_p): Identify ELF class and use this to set 213 * dwarf_begin_elf.c (valid_p): Remove casts of malloc return values. 214 (dwarf_begin_elf): Remove cast of calloc return value. 222 * dwarf_begin_elf.c (check_section): Use startswith. 251 * dwarf_begin_elf.c (dwarf_begin_elf): Likewise. [all …]
|
D | dwarf_begin.c | 88 result = INTUSE(dwarf_begin_elf) (elf, cmd, NULL); in dwarf_begin()
|
D | dwarf_begin_elf.c | 530 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() function 621 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 | 459 INTDECL (dwarf_begin_elf) in INTDECL()
|
/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 | 357 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in process_file() 369 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); in process_file()
|
D | nm.c | 1270 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 | 582 mod->alt = INTUSE(dwarf_begin_elf) (mod->alt_elf, in find_debug_altlink() 1341 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL); in load_dw()
|
D | ChangeLog | 687 dwarf_begin_elf call. Set Dwarf debugdir if it is NULL, this is the
|
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 2913 Dwarf* dbg = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in dwarf_extract_source_paths()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 584 dwarf_begin_elf now accepts ELF files containing just .debug_line
|
/external/elfutils/ |
D | NEWS | 332 dwarf_begin_elf now accepts ELF files containing just .debug_line
|