Searched refs:e_shoff (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Delf_file.cc183 if (!CheckAndSet(GetHeader().e_shoff, "section headers", &section_headers_start_, error_msg)) {
408 int64_t offset = static_cast<int64_t>(GetHeader().e_shoff +
493 if (0 == header_->e_shoff) {
494 *error_msg = StringPrintf("Failed to find non-zero e_shoff value in %s",
544 if (header_->e_shoff >= Size()) {
545 *error_msg = StringPrintf("Failed to find e_shoff value %" PRIu64 " less than %zd in %s",
546 static_cast<uint64_t>(header_->e_shoff),
1499 GetHeader().e_shoff = shoff;
H A Delf.h79 Elf32_Off e_shoff; // Section header table's file offset, in bytes member in struct:Elf32_Ehdr
103 Elf64_Off e_shoff; member in struct:Elf64_Ehdr
/art/compiler/linker/
H A Delf_builder.h669 elf_header.e_shoff = section_headers_offset;

Completed in 58 milliseconds