HomeSort by relevance Sort by last modified time
    Searched refs:Dwarf (Results 26 - 50 of 68) sorted by null

12 3

  /external/elfutils/tests/
dwarf-getstring.c 24 #include <dwarf.h>
47 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
55 /* Try to use NULL Dwarf object. */
dwarf-ranges.c 20 #include <dwarf.h>
38 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
debugaltlink.c 49 Dwarf *dwarf = dwarf_begin (fd, DWARF_C_READ); local
50 if (dwarf == NULL)
60 (dwarf, &name, &build_id);
78 dwarf_end (dwarf);
getsrc_die.c 37 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
typeiter.c 25 #include <dwarf.h>
34 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
typeiter2.c 25 #include <dwarf.h>
35 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
dwfl-bug-fd-leak.c 29 #include <dwarf.h>
68 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
get-files.c 39 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
show-abbrev.c 35 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
get-aranges.c 48 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
get-lines.c 40 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ);
line2addr.c 71 Dwarf *dbg __attribute__ ((unused)),
  /external/elfutils/libdw/
dwarf_nextcu.c 35 #include <dwarf.h>
39 dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
49 if (dwarf == NULL)
54 || unlikely (dwarf->sectiondata[sec_idx] == NULL)
58 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
66 const unsigned char *data = dwarf->sectiondata[sec_idx]->d_buf;
73 including the length field itself. In the 32-bit DWARF format,
75 0xfffffff0); in the 64-bit DWARF format, this consists of the
80 DWARF information for that compilation unit. For DWARF Versio
    [all...]
dwarf_end.c 61 dwarf_end (Dwarf *dwarf)
63 if (dwarf != NULL)
65 if (dwarf->cfi != NULL)
67 __libdw_destroy_frame_cache (dwarf->cfi);
69 Dwarf_Sig8_Hash_free (&dwarf->sig8_hash);
74 tdestroy (dwarf->cu_tree, cu_free);
75 tdestroy (dwarf->tu_tree, cu_free);
78 tdestroy (dwarf->macro_ops, noop_free);
81 tdestroy (dwarf->files_lines, noop_free)
    [all...]
dwarf_getattrs.c 64 Dwarf *dbg = die->cu->dbg;
dwarf_getmacros.c 35 #include <dwarf.h>
120 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie)
145 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff,
268 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff,
298 read_macros (Dwarf *dbg, int sec_index,
464 gnu_macros_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
482 macro_info_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
493 dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
libdw_findcu.c 66 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types)
88 /* We only know how to handle the DWARF version 2 through 4 formats. */
137 __libdw_findcu (Dwarf *dbg, Dwarf_Off start, bool debug_types)
dwarf_child.c 46 Dwarf *dbg = die->cu->dbg;
dwarf_formref_die.c 35 #include <dwarf.h>
55 Dwarf *dbg_ret = (attr->form == DW_FORM_GNU_ref_alt
dwarf_getpubnames.c 40 #include <dwarf.h>
44 get_offsets (Dwarf *dbg)
143 dwarf_getpubnames (Dwarf *dbg,
144 int (*callback) (Dwarf *, Dwarf_Global *, void *),
cfi.h 77 /* Dwarf handle we came from. If null, this is .eh_frame data. */
78 Dwarf *dbg;
98 /* Search tree for parsed DWARF expressions, indexed by raw pointer. */
172 /* The CFA is unknown, is R+N, or is computed by a DWARF expression.
dwarf_getabbrev.c 34 #include <dwarf.h>
40 __libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, Dwarf_Off offset,
dwarf_getsrc_file.c 43 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column,
dwarf_ranges.c 34 #include <dwarf.h>
43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index,
136 normally be specified by DW_AT_low_pc. In DWARF-3 draft 4,
  /external/elfutils/libdwfl/
libdwfl.h 68 section that relocations affecting DWARF data refer to, so it can
424 and those in symbol tables or Dwarf information referring to it. */
532 /*** Dwarf access functions ***/
537 extern Dwarf *dwfl_module_getdwarf (Dwfl_Module *, Dwarf_Addr *bias)
544 Dwarf *, Dwarf_Addr, void *),
549 extern Dwarf *dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr addr, Dwarf_Addr *bias)
620 /* Enumerate the DWARF register numbers and their names.
621 For each register, CALLBACK gets its DWARF number, a string describing
643 rest of the DWARF information. dwfl_module_eh_cfi gets the '.eh_frame'
686 fill in initial (DWARF) register values. After this call, till at leas
    [all...]

Completed in 1676 milliseconds

12 3