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

  /art/runtime/
elf_utils.h 74 inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) {
  /art/compiler/
elf_fixup.cc 72 if (IsDynamicSectionPointer(d_tag, elf_file.GetHeader().e_machine)) {
  /art/patchoat/
patchoat.cc 559 if (IsDynamicSectionPointer(dyn.d_tag, oat_file_->GetHeader().e_machine)) {
    [all...]

Completed in 264 milliseconds