HomeSort by relevance Sort by last modified time
    Searched refs:reloc (Results 51 - 75 of 695) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
elf_x86_64_fbsd_efi.lds 20 .reloc :
22 *(.reloc)
55 .ignored.reloc :
57 *(.rela.reloc)
elf_x86_64_efi.lds 23 .reloc :
25 *(.reloc)
58 .ignored.reloc :
60 *(.rela.reloc)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
reloc-bad.d 2 #error-output: reloc-bad.l
bl-local-v4t.s 6 bl foo2 @ bl foo2 with reloc.
7 beq foo @ beq foo with reloc.
8 b foo @ branch foo with reloc.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
reloc-pe-i386.d 2 #name: reloc-pe-i386
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-absolute-reloc-2.d 3 #error-output: mips16-absolute-reloc-2.l
mips16-absolute-reloc-3.d 3 #error-output: mips16-absolute-reloc-3.l
mips16-pcrel-reloc-2.d 3 #error-output: mips16-pcrel-reloc-2.l
mips16-pcrel-reloc-3.d 3 #error-output: mips16-pcrel-reloc-3.l
mips16-pcrel-reloc-6.d 3 #error-output: mips16-pcrel-reloc-6.l
mips16-pcrel-reloc-7.d 3 #error-output: mips16-pcrel-reloc-7.l
elf-rel21.d 3 #name: MIPS ELF reloc 21
jalr3-n32.d 2 #name: MIPS JALR reloc (n32)
jalr3.s 8 .reloc 1f, R_MIPS_JALR, $bar
10 .reloc 1f, R_MIPS_JALR, $bar
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
reloc-4.d 1 #source: reloc-4.s
reloc-5.d 1 #source: reloc-5.s
reloc-local-overflow.d 1 #name: MIPS reloc against local symbol overflow
2 #source: reloc-local-overflow.s
comm-data.exp 34 proc mips_comm_data_test { abi flag emul reloc } {
36 set testname "MIPS $abi/$reloc common symbol override test"
39 set ZFLAG [string map [list copyreloc "" nocopyreloc "-z $reloc"] $reloc]
53 "libmips-$abi-$reloc-comm-data.so" \
68 "$LDFLAGS $ZFLAG -T ../ld-elf/comm-data2.ld -Ltmpdir -lmips-$abi-$reloc-comm-data" "" \
76 "mips-$abi-$reloc-comm-data" \
87 foreach reloc $relocs {
88 mips_comm_data_test $abi $flag $emul $reloc
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-8.s 1 # A BPO and an ordinary reloc in the same section.
  /external/llvm/test/MC/X86/
reloc-directive.s 16 .reloc 4, dir32, foo # ASM: .reloc 4, dir32, foo
17 .reloc 0, secrel32, foo+4 # ASM: .reloc 0, secrel32, foo+4
18 .reloc 8, secidx, foo+8 # ASM: .reloc 8, secidx, foo+8
19 .reloc 12, dir32, foo@secrel32 # ASM: .reloc 12, dir32, foo@SECREL32
20 .reloc 16, dir32, foo@imgrel # ASM: .reloc 16, dir32, foo@IMGRE
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-w65.c 47 /* Turn a howto into a reloc number. */
56 /* Code to swap in the reloc */
83 /* Perform any necessary magic to the addend in a reloc entry. */
88 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
89 reloc_processing(relent, reloc, symbols, abfd, section)
93 struct internal_reloc *reloc,
98 relent->address = reloc->r_vaddr;
99 rtype2howto (relent, reloc);
101 if (((int) reloc->r_symndx) > 0)
102 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx]
    [all...]
coff-z8k.c 73 /* Code to swap in the reloc. */
162 /* Perform any necessary magic to the addend in a reloc entry. */
167 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
168 reloc_processing(relent, reloc, symbols, abfd, section)
172 struct internal_reloc *reloc,
177 relent->address = reloc->r_vaddr;
178 rtype2howto (relent, reloc);
180 if (reloc->r_symndx > 0)
181 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
185 relent->addend = reloc->r_offset
    [all...]
coff-h8500.c 69 /* Turn a howto into a reloc number. */
84 /* Code to swap in the reloc. */
133 /* Perform any necessary magic to the addend in a reloc entry. */
138 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
139 reloc_processing(relent, reloc, symbols, abfd, section)
143 struct internal_reloc *reloc,
148 relent->address = reloc->r_vaddr;
149 rtype2howto (relent, reloc);
151 if (reloc->r_symndx > 0)
152 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx]
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs1.s 1 ;; This test is meant to exercise every unusual reloc supported
14 ; Test the PC16 reloc.
  /external/syslinux/efi64/lib/
elf_x86_64_efi.lds 23 .reloc :
25 *(.reloc)
58 .ignored.reloc :
60 *(.rela.reloc)

Completed in 396 milliseconds

1 23 4 5 6 7 8 91011>>