HomeSort by relevance Sort by last modified time
    Searched refs:GetSectionOffsetAndSize (Results 1 - 4 of 4) sorted by null

  /art/runtime/
elf_file.h 63 bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size);
oat_file.cc 94 bool has_section = elf_file->GetSectionOffsetAndSize(".rodata", &offset, &size);
    [all...]
elf_file.cc     [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 73 milliseconds