Home
last modified time | relevance | path

Searched refs:relocations (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/bindings/python/llvm/
Dobject.py243 relocations = lib.LLVMGetRelocations(self)
246 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations):
249 last = Relocation(relocations)
255 lib.LLVMMoveToNextRelocation(relocations)
261 lib.LLVMDisposeRelocationIterator(relocations)
/external/llvm/test/MC/Mips/
Dhigher_highest.ll4 ; 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.
Dr-mips-got-disp.ll3 ; Check that the R_MIPS_GOT_DISP relocations were created.
Delf-tls.ll3 ; Check that the appropriate relocations were created.
Delf-gprel-32-64.ll30 ; Check that the appropriate relocations were created.
Dxgot.ll9 ; Check that the appropriate relocations were created.
Delf-reginfo.ll13 ; Check that the appropriate relocations were created.
Delf-N64.ll13 ; Check that the appropriate relocations were created.
Dmips-relocations.s3 # for relocations.
/external/llvm/test/MC/PowerPC/
Dppc64-relocs-01.ll25 ;; The relocations in .rela.text are the 'number64' load using a
38 ;; The .opd entry for the 'access_int64' function creates 2 relocations:
Dppc64-initial-cfa.ll37 ; Static build should create R_PPC64_REL32 relocations
71 ; PIC build should create R_PPC64_REL32 relocations
/external/valgrind/main/
Dexp-sgcheck.supp2 ld-2.X possibly applying relocations
/external/llvm/test/MC/MachO/ARM/
Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.
/external/llvm/test/DebugInfo/
Ddebuglineinfo.test6 ; This test verifies that relocations are correctly applied to the
8 ; If relocations are not applied the first two functions will be reported as
/external/llvm/test/CodeGen/AArch64/
Delf-extern.ll4 ; get relocations and so on when used.
Dgot-abuse.ll7 ; load. Neither of these alternatives has the ELF relocations required to
/external/llvm/test/CodeGen/X86/
Daddr-label-difference.ll7 ; __DATA,__const section, because the elements don't need relocations.
/external/elfutils/
DTODO121 of overlapping relocations doesn't change. There really never
122 should be overlapping relocations but who knows.
DNEWS64 apply partial relocations for dwfl_module_address_section on ET_REL
277 elflint: Check that copy relocations only happen for OBJECT or NOTYPE symbols.
332 libebl: Fix x86-64 relocations.
582 libebl: Update SH relocations.
700 libelf: optimze DSO: fewer relocations, fewer PLTs
/external/llvm/test/DebugInfo/AArch64/
Ddwarfdump.ll3 ; We're mostly checking that relocations are applied correctly
/external/llvm/test/Object/
Dobjdump-relocations.test12 RUN: llvm-objdump -r %p/Inputs/relocations.elf-x86-64 \
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp88 typedef std::vector<COFFRelocation> relocations; typedef
98 relocations Relocations;
803 for (relocations::iterator cr = Sec->Relocations.begin(), in WriteObject()
870 for (relocations::const_iterator k = (*i)->Relocations.begin(), in WriteObject()
/external/elfutils/libasm/
DChangeLog76 * Makefile.am: Check for text relocations in constructed DSO.
/external/elfutils/src/
DChangeLog198 * i386_ld.c (elf_i386_count_relocations): PLT relocations for undefined
200 Add dummy entries for more TLS relocations.
857 * i386_ld.c (elf_i386_count_relocations): Do not add relocations
958 don't check whether the relocations modify read-only sections or
966 unloaded sections which just show the relocations the linker
1129 Add checks that relocations against read-only segments are flagged,
1131 relocations in one section are either against loaded or not-loaded
1177 * elflint.c (check_rela): Check that copy relocations only reference
1324 * Makefile.am: Check for text relocations in constructed DSOs.
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt68 rewrites some instructions. On x86, a shared lib with relocations to

12