Home
last modified time | relevance | path

Searched defs:ELFHeader (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc606 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;
[all …]