Searched refs:dwarf_begin_elf (Results 1 – 16 of 16) sorted by relevance
/third_party/elfutils/libdw/ |
D | ChangeLog | 3 * dwarf_begin_elf.h: Don't include unistd.h and endian.h. 73 * dwarf_begin_elf.c (scn_dwarf_type): New function. 104 * dwarf_begin_elf.c (valid_p): Identify ELF class and use this to set 109 * dwarf_begin_elf.c (valid_p): Remove casts of malloc return values. 110 (dwarf_begin_elf): Remove cast of calloc return value. 118 * dwarf_begin_elf.c (check_section): Use startswith. 147 * dwarf_begin_elf.c (dwarf_begin_elf): Likewise. 242 * dwarf_begin_elf.c (check_section): Handle .gnu.debuglto_ prefix. 262 * dwarf_begin_elf.c (dwarf_begin_elf): Support for above. 280 * dwarf_begin_elf.c (valid_p): Switch calloc for malloc for fake CUs. [all …]
|
D | dwarf_begin.c | 88 result = INTUSE(dwarf_begin_elf) (elf, cmd, NULL); in dwarf_begin()
|
D | dwarf_begin_elf.c | 485 dwarf_begin_elf (Elf *elf, Dwarf_Cmd cmd, Elf_Scn *scngrp) in dwarf_begin_elf() function 575 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 | 1365 INTDECL (dwarf_begin_elf)
|
/third_party/elfutils/tests/ |
D | dwarfcfi.c | 148 Dwarf *dwarf = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in main()
|
/third_party/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()
|
/third_party/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 | 632 dwarf_begin_elf call. Set Dwarf debugdir if it is NULL, this is the
|
/third_party/elfutils/ |
D | elfutils_config.gni | 145 "//third_party/elfutils/libdw/dwarf_begin_elf.c",
|
D | NEWS | 274 dwarf_begin_elf now accepts ELF files containing just .debug_line
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 2727 Dwarf* dbg = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in dwarf_extract_source_paths()
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 544 dwarf_begin_elf now accepts ELF files containing just .debug_line
|