HomeSort by relevance Sort by last modified time
    Searched refs:Relocation (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-xgot-12-13-14-15-34-35-ok.d 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 24581 entries:
got-xgot-15-ok.d 17 Relocation section '\.rela\.dyn' at offset 0x[0-9a-f]+ contains 16385 entries:
tls-gd-1.d 18 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 2 entries:
tls-gd-2.d 19 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 4 entries:
tls-gd-ie-1.d 19 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 5 entries:
tls-ie-1.d 19 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 2 entries:
tls-ld-1.d 19 Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 2 entries:
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 27 // Relocation helper function //
29 static Relocator::DWord getThumbBit(const Relocation& pReloc) {
59 // Check if symbol can use relocation R_ARM_RELATIVE
81 static ARMGOTEntry& helper_GOT_init(Relocation& pReloc,
84 // rsym - The relocation target symbol
93 // No corresponding dynamic relocation, initialize to the symbol value.
96 // Initialize corresponding dynamic relocation.
97 Relocation& rel_entry = *ld_backend.getRelDyn().create();
104 // Initialize got entry to 0 for corresponding dynamic relocation.
125 static ARMPLT1& helper_PLT_init(Relocation& pReloc, ARMRelocator& pParent)
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 17 // Relocation helper functions
92 static inline AArch64PLT1& helper_PLT_init(Relocation& pReloc,
94 // rsym - The relocation target symbol
109 Relocation& rel_entry = *ld_backend.getRelaPLT().create();
116 /// helper_DynRel - Get an relocation entry in .rela.dyn
117 static inline Relocation& helper_DynRela_init(ResolveInfo* pSym,
123 Relocation& rel_entry = *ld_backend.getRelaDyn().create();
134 /// helper_use_relative_reloc - Check if symbol can use relocation
157 static inline AArch64GOTEntry& helper_GOT_init(Relocation& pReloc,
160 // rsym - The relocation target symbo
    [all...]
AArch64LongBranchStub.cpp 14 #include "mcld/Fragment/Relocation.h"
81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc,
102 void AArch64LongBranchStub::applyFixup(Relocation& pSrcReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 29 static bool HasSubType(const Relocation& pParent, Relocation::Type pType) {
33 for (Relocation::Type type = pParent.type();
43 MipsRelocationInfo(Relocation& pParent, bool pIsRel)
58 const Relocation& parent() const { return *m_Parent; }
60 Relocation& parent() { return *m_Parent; }
62 Relocation::Type type() const { return m_Type & 0xff; }
64 Relocation::DWord A() const { return m_Addend; }
66 Relocation::DWord S() const { return m_Symbol; }
68 Relocation::DWord P() const { return parent().place();
    [all...]
MipsLA25Stub.cpp 50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 49 struct Relocation {
59 std::vector<Relocation> Relocations;
95 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Relocation)
166 struct MappingTraits<COFFYAML::Relocation> {
167 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 85 /// for the given relocation
86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) {
98 const Relocation& pReloc,
150 /// addRelocation - add a relocation into island
151 bool BranchIsland::addRelocation(Relocation& pReloc) {
StubFactory.cpp 13 #include "mcld/Fragment/Relocation.h"
40 Stub* StubFactory::create(Relocation& pReloc,
44 // find if there is a prototype stub for the input relocation
49 // find the islands for the input relocation
108 /// relocation
109 Stub* StubFactory::findPrototype(const Relocation& pReloc,
  /external/llvm/bindings/python/llvm/tests/
test_object.py 3 from ..object import Relocation
61 for relocation in section.get_relocations():
62 assert isinstance(relocation, Relocation)
63 assert isinstance(relocation.address, long)
64 assert isinstance(relocation.offset, long)
65 assert isinstance(relocation.type_number, long)
66 assert isinstance(relocation.type_name, str)
67 assert isinstance(relocation.value_string, str)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 141 Relocation::Type getCopyRelType() const { return m_CopyRel; }
149 /// getRelEntrySize - the size in BYTE of rela type relocation
152 /// getRelaEntrySize - the size in BYTE of rela type relocation
177 /// m_RelaDyn - dynamic relocation table of .rela.dyn
179 /// m_RelaPLT - dynamic relocation table of .rela.plt
194 Relocation::Type m_CopyRel;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel11.d 5 Relocation section '\.rela\.text' at offset .* contains 12 entries:
mips16-dwarf2-n32.d 6 Relocation section '\.rela\.debug_info' at offset .* contains 4 entries:
13 Relocation section '\.rela\.debug_line' at offset .* contains 1 entries:
mips16-dwarf2.d 6 Relocation section '\.rel\.debug_info' at offset .* contains 4 entries:
13 Relocation section '\.rel\.debug_line' at offset .* contains 1 entries:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
bspec-1.d 9 Relocation section '\.rela\.MMIX\.spec_data\.2' at offset 0x... contains 1 entries:
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 21 #include "mcld/Fragment/Relocation.h"
234 /// (.eh_frame or relocation data), then an assertion occurs.
237 /// CreateRelocData - To create a relocation data for given pSection.
240 /// pSection.getRelocData() is set to a valid relocation data.
241 /// @return The created relocation data. If the pSection already has
242 /// relocation data, or if the pSection's type is not
243 /// LDFileFormat::Relocation, then an assertion occurs.
311 /// AppendRelocation - To append a relocation to a relocation data.
312 /// This function tells MCLinker to add a general relocation to th
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 28 class Relocation;
92 void setRelocation(const Relocation& pReloc) { m_pReloc = &pReloc; }
93 const Relocation* getRelocation() const { return m_pReloc; }
125 const Relocation* m_pReloc;
LDFileFormat.h 31 Relocation,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
ifunc-3.d 4 Relocation section '\.rel\.text\.1' at offset .* contains .* entries:
23 Relocation section '\.rel\.text\.2' at offset .* contains .* entries:

Completed in 1089 milliseconds

1 2 3 4 5 6 78 91011