Lines Matching full:unit
15 * unit in the .debug_info section of the mapped ELF file.
39 /* STMTL header cached by compilation unit. This header is contained in
43 * unit, not including the unit_length field itself. */
100 * compilation unit.
107 * elf - Instance of ElfFile containing this compilation unit.
116 * elf - Instance of ElfFile containing this compilation unit.
117 * hdr - Pointer to compilation unit header inside mapped .debug_info
142 /* Dumps this compilation unit to the stdout. */
145 /* Gets instance of ElfFile containing this compilation unit. */
155 /* Gets byte size of the pointer type for this compilation unit. */
183 /* Gets next compilation unit in the list. NULL indicates the last CU. */
234 /* Parses this compilation unit in .debug_info section, collecting children
235 * DIEs of this compilation unit.
241 * compilation unit descriptor inside mapped .debug_info section of
263 * this compilation unit, containing the given address.
295 /* DIE abbreviation descriptors, cached for this compilation unit. */
298 /* Instance of an ELF file that contains this compilation unit. */
304 /* Next compilation unit in the list (previous in the order they've been
312 /* Byte size of the pointer type for this compilation unit. */
316 /* Encapsulates architecture-dependent functionality of a compilation unit.
318 * Dwarf_CUHdr - type compilation unit header in the mapped .debug_info
331 * elf - Instance of ElfFile containing this compilation unit.
332 * hdr - Pointer to compilation unit header inside mapped .debug_info
341 /* Parses this compilation unit in .debug_info section, collecting children
342 * DIEs of this compilation unit. This is an implementation of DwarfCU's
386 /* Process a child DIE (and all its children) in this compilation unit.
392 * compilation unit itself.
498 /* Pointer to this compilation unit header inside the mapped .debug_info
503 /* Size of this compilation unit area in the mapped .debug_info section.