Home
last modified time | relevance | path

Searched refs:e_shoff (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Delf_stripper.cc128 elf_file->GetHeader().e_shoff = shoff; in Strip()
Delf_writer_quick.cc564 elf_header_.e_shoff = sections_offset; in Write()
/art/runtime/
Delf_file.cc216 if (!CheckAndSet(GetHeader().e_shoff, "section headers", &section_headers_start_, error_msg)) { in Setup()
440 int64_t offset = static_cast<int64_t>(GetHeader().e_shoff + in CheckSectionsExist()
523 if (0 == header_->e_shoff) { in SetMap()
574 if (header_->e_shoff >= Size()) { in SetMap()
576 header_->e_shoff, in SetMap()
Delf.h76 Elf32_Off e_shoff; // Section header table's file offset, in bytes member
100 Elf64_Off e_shoff; member