Searched refs:hdr (Results 1 – 6 of 6) sorted by relevance
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) { in create_instance() argument41 if (*reinterpret_cast<const Elf_Word*>(hdr) == 0xFFFFFFFF) { in create_instance()43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr)); in create_instance()46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr)); in create_instance()298 const Dwarf_CUHdr* hdr) in DwarfCUImpl() argument300 cu_header_(hdr) { in DwarfCUImpl()305 elf->pull_val(hdr->abbrev_offset))); in DwarfCUImpl()308 cu_size_ = elf->pull_val(hdr->size_hdr.size); in DwarfCUImpl()309 version_ = elf->pull_val(hdr->version); in DwarfCUImpl()310 addr_sizeof_ = hdr->address_size; in DwarfCUImpl()
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
133 typedef union hdr union138 union hdr *next; /* For chaining headers. */
151 typedef union hdr union156 union hdr *next; /* For chaining headers. */
724 struct ar_hdr hdr; in ar_name_equal()726 return strneq (name, mem, sizeof(hdr.ar_name) - 1); in ar_name_equal()728 return strneq (name, mem, sizeof(hdr.ar_name) - 2); in ar_name_equal()
639 distclean-hdr:967 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags1022 distclean distclean-generic distclean-hdr distclean-tags \