Lines Matching defs:ELFHeader
606 struct ELFHeader { struct in v8::internal::GDBJITInterface::ELF
607 uint8_t ident[16];
608 uint16_t type;
609 uint16_t machine;
610 uint32_t version;
611 uintptr_t entry;
612 uintptr_t pht_offset;
613 uintptr_t sht_offset;
614 uint32_t flags;
615 uint16_t header_size;
616 uint16_t pht_entry_size;
617 uint16_t pht_entry_num;
618 uint16_t sht_entry_size;
619 uint16_t sht_entry_num;
620 uint16_t sht_strtab_index;