Home
last modified time | relevance | path

Searched refs:IsDynamicSectionPointer (Results 1 – 2 of 2) sorted by relevance

/art/libelffile/elf/
Delf_utils.h87 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, in IsDynamicSectionPointer() function
/art/runtime/
Delf_file.cc1563 if (IsDynamicSectionPointer(d_tag, GetHeader().e_machine)) { in FixupDynamic()