Searched refs:relocation (Results 26 - 46 of 46) sorted by relevance

12

/external/llvm/test/MC/Mips/
H A Dcpsetup.s31 # N32 doesn't allow 3 operations to be specified in the same relocation
51 # N32 doesn't allow 3 operations to be specified in the same relocation
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmachotest64.asm24 ; [18] Perform a 64 Bit relocation in the text section
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc207 // Notes of relocation section types seen. We require one or the other of
218 // Note relocation section types.
984 const Rel& relocation = relocations[i];
985 if (ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode) {
986 CHECK(ELF_R_SYM(relocation.r_info) == 0);
987 relative_relocations.push_back(relocation);
989 other_relocations.push_back(relocation);
1202 const Rel& relocation = relocations[i];
1203 if (ELF_R_TYPE(relocation.r_info) != ELF::kNoRelocationCode) {
1204 other_relocations.push_back(relocation);
[all...]
/external/stlport/test/eh/
H A Dcygwin.mak41 # in the assembler with 'invalid relocation type'
H A Ddjgpp.mak41 # in the assembler with 'invalid relocation type'
H A Dgcc-99r1.mak41 # in the assembler with 'invalid relocation type'
H A Dgcc-apple-macosx.mak42 # in the assembler with 'invalid relocation type'
H A Dgcc-freebsd.mak42 # in the assembler with 'invalid relocation type'
H A Dgcc-hp11.mak43 # in the assembler with 'invalid relocation type'
H A Dgcc-irix.mak42 # in the assembler with 'invalid relocation type'
H A Dgcc-linux.mak42 # in the assembler with 'invalid relocation type'
H A Dgcc-netbsd.mak42 # in the assembler with 'invalid relocation type'
H A Dgcc.mak42 # in the assembler with 'invalid relocation type'
H A Dhpacc.mak42 # in the assembler with 'invalid relocation type'
H A Dmingw32.mak41 # in the assembler with 'invalid relocation type'
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp80 // This class contains staging data for a COFF relocation entry.
82 COFF::relocation Data;
166 void WriteRelocation(const COFF::relocation &R);
644 void WinCOFFObjectWriter::WriteRelocation(const COFF::relocation &R) {
747 // Ofeset of the relocation in the section
753 // skip recording the relocation.
809 llvm_unreachable("unsupported relocation");
817 // perform a 4 byte adjustment to the relocation. Relative branches are
993 // In case of overflow, write actual relocation count as first
994 // relocation
[all...]
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc773 // Note: relocation (and much of the rest of this code) will be
775 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0;
778 relocation);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-dataref.asm32 ; This instruction generates a different relocation than
/external/llvm/include/llvm/Support/
H A DCOFF.h272 struct relocation { struct
/external/pdfium/core/
H A DAndroid.mk14 # Work around gcc text relocation bug. Fixed in gcc 4.9.
/external/elfutils/0.153/
H A Delfutils.spec340 - libdwfl: bug fixes and optimization in relocation handling
405 - libebl: add function to test for relative relocation

Completed in 5307 milliseconds

12