Lines Matching defs:hdr
432 elf::ELFHeader hdr;
434 if (!hdr.Parse(data, &offset))
438 if (!hdr.Is32Bit() && !hdr.Is64Bit())
442 lldb::offset_t end_phdrs = hdr.e_phoff + (hdr.e_phentsize * hdr.e_phnum);
2568 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2585 if (hdr->Is32Bit()) {
2593 unsigned slot_type = hdr->GetRelocationJumpSlotType();
2784 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2795 if (hdr->Is32Bit()) {
2811 if (hdr->Is32Bit()) {
2812 switch (hdr->e_machine) {
2868 GetModule()->ReportError("unsupported 32-bit ELF machine arch: {0}", hdr->e_machine);
2872 switch (hdr->e_machine) {
2915 GetModule()->ReportError("unsupported 64-bit ELF machine arch: {0}", hdr->e_machine);