/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_statebuf.h | 5 /* relocations are not supported, but Gallium CSOs don't require them */
|
/external/llvm/test/MC/ELF/ |
cfi-adjust-cfa-offset.s | 28 // CHECK-NEXT: Relocations [ 50 // CHECK-NEXT: Relocations [
|
cfi-advance-loc2.s | 26 // CHECK-NEXT: Relocations [ 47 // CHECK-NEXT: Relocations [
|
cfi-def-cfa-offset.s | 27 // CHECK-NEXT: Relocations [ 49 // CHECK-NEXT: Relocations [
|
cfi-def-cfa-register.s | 23 // CHECK-NEXT: Relocations [ 44 // CHECK-NEXT: Relocations [
|
cfi-def-cfa.s | 23 // CHECK-NEXT: Relocations [ 44 // CHECK-NEXT: Relocations [
|
cfi-escape.s | 24 // CHECK-NEXT: Relocations [ 45 // CHECK-NEXT: Relocations [
|
cfi-offset.s | 23 // CHECK-NEXT: Relocations [ 44 // CHECK-NEXT: Relocations [
|
cfi-register.s | 24 // CHECK-NEXT: Relocations [ 45 // CHECK-NEXT: Relocations [
|
cfi-rel-offset.s | 31 // CHECK-NEXT: Relocations [ 53 // CHECK-NEXT: Relocations [
|
cfi-rel-offset2.s | 23 // CHECK-NEXT: Relocations [ 44 // CHECK-NEXT: Relocations [
|
cfi-remember.s | 26 // CHECK-NEXT: Relocations [ 47 // CHECK-NEXT: Relocations [
|
cfi-restore.s | 24 // CHECK-NEXT: Relocations [ 45 // CHECK-NEXT: Relocations [
|
cfi-same-value.s | 24 // CHECK-NEXT: Relocations [ 45 // CHECK-NEXT: Relocations [
|
cfi-undefined.s | 24 // CHECK-NEXT: Relocations [ 45 // CHECK-NEXT: Relocations [
|
cfi-zero-addr-delta.s | 30 // CHECK-NEXT: Relocations [ 52 // CHECK-NEXT: Relocations [
|
weakref-reloc.s | 3 // Test that the relocations point to the correct symbols. We used to get the 10 // CHECK: Relocations [
|
/external/llvm/test/MC/Mips/ |
elf-gprel-32-64.ll | 30 ; Check that the appropriate relocations were created. 33 ; CHECK: Relocations [
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.cpp | 67 // -section-relocations, -sr 68 cl::opt<bool> SectionRelocations("section-relocations", 69 cl::desc("Display relocations for each section shown.")); 71 cl::desc("Alias for --section-relocations"), 88 // -relocations, -r 89 cl::opt<bool> Relocations("relocations", 92 cl::desc("Alias for --relocations"), 93 cl::aliasopt(Relocations)); 210 if (opts::Relocations) [all...] |
/external/llvm/include/llvm/MC/ |
SectionKind.h | 104 /// to by the program, it can have random relocations to arbitrary 109 /// initializer and has relocations in it, but all of the 110 /// relocations are known to be within the final linked image 116 /// relocations. 120 /// written to by the program, but that have relocations, so they 129 /// can perform relocations in it. This is used when we know 130 /// that all the relocations are to globals in this final
|
MCRelocationInfo.h | 11 // create MCExprs from relocations, either found in an object::ObjectFile 29 /// \brief Create MCExprs from relocations found in an object file.
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 69 int Relocations; 89 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon21900 99 relocations Relocations; 211 , Relocations(0) 234 // if it has relocations pointing at it, keep it 235 if (Relocations > 0) { 236 assert(Section->Number != -1 && "Sections with relocations must be real!"); 687 // Turn relocations for temporary symbols into section relocations [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 36 // Change the address associated with a section when resolving relocations. 37 // Any relocations already associated with the symbol will be re-resolved. 58 /// Resolve the relocations for all symbols we currently know about.
|
/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 1 //===-- RelocVisitor.h - Visitor for object file relocations -*- C++ -*-===// 10 // This file provides a wrapper around all the different types of relocations 30 // The computed value after applying the relevant relocations. 47 // TODO: Should handle multiple applied relocations via either passing in the 48 // previously computed value or just count paired relocations as a single 176 // the relocation. It's not actually the case for Rel relocations.
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetObjectFile.cpp | 36 // when we have a constant that contains global relocations. This is 43 // pointers to functions in shared libraries into dynamic relocations,
|