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

  /art/runtime/
elf_file_impl.h 147 uint8_t* GetSectionHeadersStart() const;
elf_file.cc 563 uint8_t* ElfFileImpl<ElfTypes>::GetSectionHeadersStart() const {
710 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize);
    [all...]

Completed in 1305 milliseconds