HomeSort by relevance Sort by last modified time
    Searched full:relocations (Results 1 - 25 of 454) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 17 /* i386 relocations */
30 /* TLS relocations */
38 /* The following relocations are GNU extensions. */
44 /* More TLS relocations */
  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 2 * the relocations generated in a shared object are properly handled
test_relocs.c 1 /* this little test is written to check that the relocations generated
  /external/llvm/test/MC/ELF/
weak-relocation.s 3 // Test that weak symbols always produce relocations
local-reloc.s 3 // Test that relocations with local symbols are represented as relocations
gen-dwarf.s 6 // 2. the debug_aranges has relocations to text and debug_line.
23 // The two relocations, one to symbol 6 and one to 4
55 // Two relocations in .debug_aranges, one to text and one to debug_info.
  /external/valgrind/main/
exp-sgcheck.supp 2 ld-2.X possibly applying relocations
  /external/llvm/test/MC/COFF/
secrel32.s 8 // CHECK: Relocations = [
  /external/llvm/test/MC/MachO/
i386-large-relocations.s 18 // Normally scattered relocations are used for sym+offset expressions. When
20 // so the assembler falls back to non-scattered relocations.
  /external/llvm/test/MC/Mips/
higher_highest.ll 4 ; Disabled because currently we don't have a way to generate these relocations.
6 ; Check that the R_MIPS_HIGHER and R_MIPS_HIGHEST relocations were created.
r-mips-got-disp.ll 3 ; Check that the R_MIPS_GOT_DISP relocations were created.
  /external/llvm/test/CodeGen/AArch64/
elf-extern.ll 4 ; get relocations and so on when used.
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 6 @ in the same section can be resolved at assembly time w/o relocations.
  /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
29 // The computed value after applying the relevant relocations.
46 // TODO: Should handle multiple applied relocations via either passing in the
47 // previously computed value or just count paired relocations as a single
124 // the relocation. It's not actually the case for Rel relocations.
  /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
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 68 int Relocations;
88 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon11566
98 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!");
681 // Turn relocations for temporary symbols into section relocations
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 26 * \brief X86Relocator creates and destroys the X86 relocations.
50 * \brief X86_32Relocator creates and destroys the X86-32 relocations.
91 * \brief X86_64Relocator creates and destroys the X86-64 relocations.
  /external/llvm/lib/Target/X86/
X86Relocations.h 1 //===-- X86Relocations.h - X86 Code Relocations -----------------*- C++ -*-===//
23 /// 32-bit and dword means 64-bit. The relocations will be treated
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 61 // Dynamic linking is not supported. Data with relocations is placed in the
62 // same section as data without relocations.
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.ll 25 ;; The relocations in .rela.text are the 'number64' load using a
38 ;; The .opd entry for the 'access_int64' function creates 2 relocations:
  /frameworks/compile/mclinker/include/mcld/LD/
DiagRelocations.inc 1 DIAG(reloc_factory_has_not_config, DiagnosticEngine::Fatal, "Please call mcld::Linker::config before creating relocations", "Please call mcld::Linker::config before creating relocations")
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 83 /// Before layout, we scan all relocations to determine if GOT entries are
86 /// applying relocations.
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 62 /// relocations (like ARM).
66 /// for calculating relocations in some object formats (like MachO).
75 /// RelocationEntry - used to represent relocations internally in the dynamic
148 // For each symbol, keep a list of relocations based on it. Anytime
150 // the relocations get re-resolved.
154 // Relocations to sections already loaded. Indexed by SectionID which is the
157 DenseMap<unsigned, RelocationList> Relocations;
159 // Relocations to external symbols that are not yet resolved. Symbols are
270 /// \brief Resolves relocations from Relocs list with address from Value.
287 /// \brief Parses the object file relocation and stores it to Relocations
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 113 // For movw/movt r_type relocations they always have a pair following them and
187 // Relocations are written out in reverse order, so the PAIR comes first.
190 // For these two r_type relocations they always have a pair following them and
292 // Relocations are written out in reverse order, so the PAIR comes first.
341 // BL/BLX also use external relocations when an internal relocation
369 // relocations needed.
375 // relocations.
389 // FIXME: For other platforms, we need to use scattered relocations for
390 // internal relocations with offsets. If this is an internal relocation with
409 report_fatal_error("FIXME: relocations to absolute targets
    [all...]
  /external/llvm/lib/Target/MBlaze/
TODO 3 - Relocations use 2-byte / 4-byte to terminology in reference to

Completed in 1407 milliseconds

1 2 3 4 5 6 7 8 91011>>