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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp220 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
222 assert(NULL != target_sect);
225 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp256 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
258 assert(NULL != target_sect);
261 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
308 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
310 assert(NULL != target_sect);
313 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp396 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
398 assert(NULL != target_sect);
402 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
655 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
657 assert(NULL != target_sect);
660 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
708 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
710 assert(NULL != target_sect);
713 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect->flag())) {
757 const LDSection* target_sect local
827 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( local
[all...]

Completed in 53 milliseconds