Home
last modified time | relevance | path

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

/aosp12/art/libelffile/elf/
H A Delf_utils.h78 #define DT_FLAGS 30 macro
123 case DT_FLAGS: { in IsDynamicSectionPointer()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp171 reserveOne(llvm::ELF::DT_FLAGS); in reserveEntries()
283 applyOne(llvm::ELF::DT_FLAGS, dt_flags); in applyEntries()
/aosp12/bionic/libc/include/
H A Delf.h242 #define DT_FLAGS 30 macro
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DOptions.td59 HelpText<"Enable use of DT_RUNPATH and DT_FLAGS">;
/aosp12/bionic/linker/
H A Dlinker.cpp3084 case DT_FLAGS: in prelink_image()