HomeSort by relevance Sort by last modified time
    Searched refs:reloc (Results 326 - 350 of 611) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
pcrel-reloc-local-r-rel-rela.d 4 #source: pcrel-reloc-local-1.s -mgenerate-rel
5 #source: pcrel-reloc-local-2.s
pcrel-reloc-local-r-rel.d 4 #source: pcrel-reloc-local-1.s
5 #source: pcrel-reloc-local-2.s
pcrel-reloc-local-r.d 4 #source: pcrel-reloc-local-1.s
5 #source: pcrel-reloc-local-2.s
sbr-reloc-local-rel.d 4 #source: sbr-reloc-local-1-rel.s
5 #source: sbr-reloc-local-2-rel.s
sbr-reloc-local.d 4 #source: sbr-reloc-local-1.s
5 #source: sbr-reloc-local-2.s
mvk-reloc-global.d 4 #source: mvk-reloc-global.s
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 397 } reloc; member in struct:arm_it
491 bfd_reloc_code_real_type reloc; member in struct:reloc_entry
3510 int reloc; local
9720 int reloc; local
10705 int reloc; local
23127 arelent * reloc; local
    [all...]
tc-tic4x.c 127 int reloc; /* Relocation type required. */ member in struct:tic4x_insn
3014 arelent *reloc; local
    [all...]
tc-tic6x.h 145 reloc. */
187 #define TC_CONS_FIX_NEW(frag, where, size, exp, reloc) \
188 tic6x_cons_fix_new (frag, where, size, exp, reloc)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 57 L9: equ L_txt2-L_txt ; reloc - reloc 2 = sizeof(ldaa #44)
61 L11: equ L10+23 ; reloc+abs 0x17 + text
62 L12: equ L11-4 ; reloc-abs 0x13 + text
63 L13: equ L12+L9 ; reloc+abs 0x15 + text
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 340 Relocation* reloc = local
344 reloc->setSymInfo(stub->symInfo());
345 reloc->target() = AArch64InsnHelpers::buildBranchInsn();
346 addExtraRelocation(reloc);
383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); local
384 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
385 Relocation* relocation = llvm::cast<Relocation>(reloc);
413 // reset the branch target of the reloc to this stub instea
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 211 link_order->u.reloc.p = (struct bfd_link_order_reloc *)
214 link_order->u.reloc.p->reloc = rs->reloc;
215 link_order->u.reloc.p->addend = rs->addend_value;
221 link_order->u.reloc.p->u.section = rs->section;
224 link_order->u.reloc.p->u.section = rs->section->output_section;
225 link_order->u.reloc.p->addend += rs->section->output_offset;
231 link_order->u.reloc.p->u.name = rs->name;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 49 The adding is skipped if the reloc is already present in the list, but it
60 cs_write_reloc(cs, buf) just writes a reloc that has been added using
220 /* Put this reloc in the hash list.
240 struct drm_radeon_cs_reloc *reloc; local
281 reloc = &csc->relocs[csc->num_relocs];
282 reloc->handle = bo->handle;
283 reloc->read_domains = 0;
284 reloc->write_domain = 0;
285 reloc->flags = 0;
352 struct drm_radeon_cs_reloc *reloc; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 568 // 2. it has no reloc data. (All symbols in the input relocs are in the
583 Relocation* reloc = llvm::cast<Relocation>(reloc_it); local
584 ResolveInfo* sym = reloc->symInfo();
759 Relocation* reloc = local
763 reloc->setSymInfo(
765 addExtraRelocation(reloc);
779 Relocation* reloc = local
783 reloc->setSymInfo(CreateLocalSymbolToFragmentEnd(pModule, *prevTextFrag));
784 addExtraRelocation(reloc);
830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end() local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel.d 2 #name: MIPS ELF reloc
elf-rel8.d 3 #name: MIPS ELF reloc 8
elf-rel9.d 3 #name: MIPS ELF reloc 9
elfel-rel.d 2 #name: MIPS ELF reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-reloc.d 1 #name: s390 reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
rel64-5.d 4 #name: MOVI: PC-relative reloc within .text, 64-bit ABI.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-elf.exp 171 {"Relocation boundaries" "-defsym x=0 -defsym y=0 -defsym _start=0" "" "" {reloc-boundaries.s}
172 {{objdump -s reloc-boundaries.d}}
173 "reloc-boundaries"}
548 {jump-reloc-veneers.s}
549 {{objdump -d jump-reloc-veneers-short1.d}}
550 "jump-reloc-veneers-short1"}
554 {jump-reloc-veneers.s}
555 {{objdump -d jump-reloc-veneers-short2.d}}
556 "jump-reloc-veneers-short2"}
560 {jump-reloc-veneers.s
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-12.d 9 # function PLT, undefined symbol, GOT reloc.
libdso-15b.d 11 # with a newly added assertion failure and a reloc turned R_CRIS_NONE.
tls-leie-18.d 12 # same reloc to same symbol; two different symbols.
weakref3.d 9 # a program. At some time we broke emitting a copy reloc for the

Completed in 349 milliseconds

<<11121314151617181920>>