Home
last modified time | relevance | path

Searched refs:DT_INIT (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libelffile/elf/
H A Delf_utils.h97 case DT_INIT: in IsDynamicSectionPointer()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp100 reserveOne(llvm::ELF::DT_INIT); in reserveEntries()
200 applyOne(llvm::ELF::DT_INIT, pFormat.getInit().addr()); in applyEntries()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h119 #define DT_INIT 12 macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h71 #define DT_INIT 12 macro
/aosp12/bionic/linker/
H A Dlinker.cpp3030 case DT_INIT: in prelink_image()