Searched defs:reserveOne (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp84 void ELFDynamic::reserveOne(uint64_t pTag) function in class:ELFDynamic
101 reserveOne(llvm::ELF::DT_SONAME); // DT_SONAME
104 reserveOne(llvm::ELF::DT_SYMBOLIC); // DT_SYMBOLIC
108 reserveOne(llvm::ELF::DT_INIT); // DT_INIT
111 reserveOne(llvm::ELF::DT_FINI); // DT_FINI
114 reserveOne(llvm::ELF::DT_PREINIT_ARRAY); // DT_PREINIT_ARRAY
115 reserveOne(llvm::ELF::DT_PREINIT_ARRAYSZ); // DT_PREINIT_ARRAYSZ
119 reserveOne(llvm::ELF::DT_INIT_ARRAY); // DT_INIT_ARRAY
120 reserveOne(llvm::ELF::DT_INIT_ARRAYSZ); // DT_INIT_ARRAYSZ
124 reserveOne(llv
[all...]

Completed in 274 milliseconds