Home
last modified time | relevance | path

Searched refs:dwarf_elf_init (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_original_elf_init.c125 dwarf_elf_init( in dwarf_elf_init() function
H A Dmapfile-vers176 dwarf_elf_init;
H A Dgenerated_libdwarf.h.in575 The traditional dwarf_elf_init() and dwarf_init() and dwarf_finish()
584 Projects using dwarf_elf_init() or dwarf_init() can ignore
782 or dwarf_elf_init() which take care of these details.
1541 /* The dwarf_elf_init* functions continue to be supported,
1553 int dwarf_elf_init(dwarf_elf_handle /*elf*/,
1561 When using dwarf_elf_init[_b]() we still want the file path
H A Dlibdwarf.h.in575 The traditional dwarf_elf_init() and dwarf_init() and dwarf_finish()
584 Projects using dwarf_elf_init() or dwarf_init() can ignore
782 or dwarf_elf_init() which take care of these details.
1541 /* The dwarf_elf_init* functions continue to be supported,
1553 int dwarf_elf_init(dwarf_elf_handle /*elf*/,
1561 When using dwarf_elf_init[_b]() we still want the file path
H A Dlibdwarf.h1553 int dwarf_elf_init(dwarf_elf_handle /*elf*/,
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c3588 ret = dwarf_elf_init(elf, DW_DLC_READ, NULL, NULL, &dw, &derr); in ctf_dwarf_convert()