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

  /art/runtime/
elf_file.cc 199 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
305 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
696 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSectionHeaderNum() const {
705 if (i >= GetSectionHeaderNum()) {
720 for (Elf_Word i = 0; i < GetSectionHeaderNum(); i++) {
    [all...]
elf_file_impl.h 85 Elf_Word GetSectionHeaderNum() const;

Completed in 3291 milliseconds