/external/llvm/test/MC/PowerPC/ |
H A D | ppc64-initial-cfa.s | 4 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-BE 8 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-LE 56 # PIC: Section { 57 # PIC: Name: .eh_frame 58 # PIC-NEXT: Type: SHT_PROGBITS 59 # PIC-NEXT: Flags [ (0x2) 60 # PIC-NEXT: SHF_ALLOC 61 # PIC [all...] |
/external/llvm/test/MC/Sparc/ |
H A D | sparc-pic.s | 1 ! RUN: llvm-mc %s -arch=sparcv9 --relocation-model=pic -filetype=obj | llvm-readobj -r | FileCheck --check-prefix=PIC %s 5 ! PIC: Relocations [ 6 ! PIC-NOT: 0x{{[0-9,A-F]+}} R_SPARC_WPLT30 .text 0xC 7 ! PIC: 0x{{[0-9,A-F]+}} R_SPARC_PC22 _GLOBAL_OFFSET_TABLE_ 0x4 8 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_PC10 _GLOBAL_OFFSET_TABLE_ 0x8 9 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_PC22 _GLOBAL_OFFSET_TABLE_ 0x0 10 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_PC10 _GLOBAL_OFFSET_TABLE_ 0x0 11 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT22 AGlobalVar 0x0 12 ! PIC-NEXT: 0x{{[0-9,A-F]+}} R_SPARC_GOT10 AGlobalVar 0x0 13 ! PIC [all...] |
/external/libxml2/ |
H A D | libxml.h | 103 #ifdef PIC 112 #if !defined(PIC) && !defined(NOLIBTOOL)
|
/external/llvm/test/MC/Mips/ |
H A D | cprestore-warning-unused.s | 10 # CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
|
H A D | cprestore-noreorder.s | 12 # RUN: FileCheck %s -check-prefix=NO-PIC 73 # NO-PIC: .cprestore 8 74 # NO-PIC: jalr $25 # encoding: [0x03,0x20,0xf8,0x09] 75 # NO-PIC-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08] 77 # NO-PIC: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09] 78 # NO-PIC-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08] 80 # NO-PIC: jal foo # encoding: [0b000011AA,A,A,A] 81 # NO-PIC: # fixup A - offset: 0, value: foo, kind: fixup_Mips_26 82 # NO-PIC-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08] 83 # NO-PIC [all...] |
H A D | cprestore-reorder.s | 12 # RUN: FileCheck %s -check-prefix=NO-PIC 74 # NO-PIC: .cprestore 8 75 # NO-PIC: jalr $25 # encoding: [0x03,0x20,0xf8,0x09] 76 # NO-PIC-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08] 78 # NO-PIC: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09] 79 # NO-PIC-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08] 81 # NO-PIC: jal foo # encoding: [0b000011AA,A,A,A] 82 # NO-PIC: # fixup A - offset: 0, value: foo, kind: fixup_Mips_26 83 # NO-PIC-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08] 84 # NO-PIC [all...] |
/external/icu/icu4c/source/config/ |
H A D | mh-mpras | 9 SHAREDLIBCFLAGS = -K PIC 10 SHAREDLIBCXXFLAGS = -K PIC
|
/external/elfutils/lib/ |
H A D | eu-config.h | 88 # ifndef PIC 103 # ifndef PIC 148 #ifdef PIC
|
/external/compiler-rt/lib/asan/ |
H A D | asan_internal.h | 47 # ifdef PIC
|
/external/e2fsprogs/intl/ |
H A D | relocatable.c | 160 #if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR) 276 #endif /* !IN_LIBRARY || PIC */ 278 #if defined PIC && defined INSTALLDIR 381 #endif /* PIC */ 388 #if defined PIC && defined INSTALLDIR
|
/external/libxml2/VxWorks/ |
H A D | Makefile | 28 LIB_LDFLAGS += -L$(WIND_USR)/lib/sh/SH32/commonle/PIC
|
/external/llvm/test/MC/X86/AlignedBundling/ |
H A D | labeloffset.s | 15 # Call + pop sequence for determining the PIC base.
|
/external/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 28 | PIC Constructor in type:RelocMode/t
|
H A D | llvm_target.mli | 33 | PIC
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 261 PredIteratorCache PIC; local 267 PIC, LI, DT, CurLoop, 773 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, 777 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast), 826 PredIteratorCache &PIC, LoopInfo *LI, 978 InsertPts, PIC, *CurAST, *LI, DL, Alignment, AATags); 769 LoopPromoter(Value *SP, ArrayRef<const Instruction *> Insts, SSAUpdater &S, SmallPtrSetImpl<Value *> &PMA, SmallVectorImpl<BasicBlock *> &LEB, SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment, const AAMDNodes &AATags) argument 823 promoteLoopAccessesToScalars(AliasSet &AS, SmallVectorImpl<BasicBlock*>&ExitBlocks, SmallVectorImpl<Instruction*>&InsertPts, PredIteratorCache &PIC, LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, AliasSetTracker *CurAST, LICMSafetyInfo * SafetyInfo) argument
|
/external/boringssl/src/crypto/perlasm/ |
H A D | x86asm.pl | 284 for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); }
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 42 // functions very early in the process startup (unless PIC macro is defined). 44 #if SANITIZER_LINUX && !SANITIZER_ANDROID && !defined(PIC)
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | highbd_subpel_variance_impl_sse2.asm | 101 %ifdef PIC ; 64bit PIC 290 %ifdef PIC 517 %ifdef PIC 639 %ifdef PIC 738 %ifdef PIC 865 %ifdef PIC
|
H A D | subpel_variance_sse2.asm | 117 %ifdef PIC ; 64bit PIC 346 %ifdef PIC 644 %ifdef PIC 792 %ifdef PIC 924 %ifdef PIC 1112 %ifdef PIC
|
/external/libvpx/libvpx/third_party/x86inc/ |
H A D | x86inc.asm | 105 ; PIC macros are copied from vpx_ports/x86_abi_support.asm. The "define PIC" 156 %undef PIC 166 %define PIC 168 %define PIC 170 %define PIC 186 %ifdef PIC 189 ; Done with PIC macros
|
/external/llvm/test/CodeGen/PowerPC/ |
H A D | hello-reloc.s | 2 ; which is responsible for writing mach-o relocation entries for (PIC)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | x86inc.asm | 85 %define PIC 87 ; x86_32 doesn't require PIC. 88 ; Some distros prefer shared objects to be PIC, but nothing breaks if 90 %undef PIC 92 %ifdef PIC
|
/external/libvpx/libvpx/vpx_ports/ |
H A D | x86_abi_support.asm | 187 ; PIC macros
|
/external/clang/lib/Driver/ |
H A D | Tools.cpp | 3263 /// this compile should be using PIC mode or not. Returns a tuple of 3271 bool PIC = PIE || ToolChain.isPICDefault(); local 3272 // The Darwin default to use PIC does not apply when using -static. 3274 PIE = PIC = false; 3275 bool IsPICLevelTwo = PIC; 3280 // Android-specific defaults for PIC/PIE 3292 PIC = true; // "-fpic" 3297 PIC = true; // "-fPIC" 3328 // The last argument relating to either PIC or PIE wins, and no 3330 // '-fno-...' arguments, both PIC an [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
H A D | vp9_postproc_sse2.asm | 38 ; to do PIC addressing
|