Lines Matching refs:elf
15 * unit in the .debug_info section of the mapped ELF file.
40 * the .debug_line section of the ELF file. */
107 * elf - Instance of ElfFile containing this compilation unit.
109 explicit DwarfCU(ElfFile* elf);
116 * elf - Instance of ElfFile containing this compilation unit.
118 * section of the ELF file. Actual data addressed by this pointer
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
129 * attr - Attribute list inside the mapped .debug_info section of the ELF
132 * mapped .debug_info section of the ELF file.
136 * of the ELF file.
242 * the ELF file.
270 /* Gets file descriptor in the mapped .debug_line section of ELF file for a
277 * ELF file.
282 * ELF file.
290 * ELF file.
298 /* Instance of an ELF file that contains this compilation unit. */
305 * discovered during ELF file parsing).
319 * section of ELF file. Must be:
331 * elf - Instance of ElfFile containing this compilation unit.
333 * section of the ELF file.
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
355 /* Gets file descriptor in the mapped .debug_line section of ELF file for a
363 * ELF file.
499 * section of the ELF file.