Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp156 uint64_t dt_flags = 0x0; in reserveEntries() local
158 dt_flags |= llvm::ELF::DF_ORIGIN; in reserveEntries()
160 dt_flags |= llvm::ELF::DF_SYMBOLIC; in reserveEntries()
162 dt_flags |= llvm::ELF::DF_BIND_NOW; in reserveEntries()
164 dt_flags |= llvm::ELF::DF_TEXTREL; in reserveEntries()
167 dt_flags |= llvm::ELF::DF_STATIC_TLS; in reserveEntries()
268 uint64_t dt_flags = 0x0; in applyEntries() local
270 dt_flags |= llvm::ELF::DF_ORIGIN; in applyEntries()
272 dt_flags |= llvm::ELF::DF_SYMBOLIC; in applyEntries()
274 dt_flags |= llvm::ELF::DF_BIND_NOW; in applyEntries()
[all …]