HomeSort by relevance Sort by last modified time
    Searched full:reloc (Results 76 - 100 of 683) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/elfutils/0.153/backends/
i386_init.c 35 /* This defines the common reloc hooks based on i386_reloc.def. */
36 #include "common-reloc.c"
ia64_init.c 35 /* This defines the common reloc hooks based on ia64_reloc.def. */
36 #include "common-reloc.c"
ppc64_init.c 35 /* This defines the common reloc hooks based on ppc64_reloc.def. */
36 #include "common-reloc.c"
ppc_init.c 35 /* This defines the common reloc hooks based on ppc_reloc.def. */
36 #include "common-reloc.c"
s390_init.c 34 /* This defines the common reloc hooks based on arm_reloc.def. */
35 #include "common-reloc.c"
sparc_init.c 34 /* This defines the common reloc hooks based on sparc_reloc.def. */
35 #include "common-reloc.c"
x86_64_init.c 35 /* This defines the common reloc hooks based on x86_64_reloc.def. */
36 #include "common-reloc.c"
  /external/llvm/test/MC/ARM/
elf-reloc-01.ll 17 ;; Tests that reloc to _MergedGlobals show up as explicit symbol reloc
2010-11-30-reloc-movt.s 14 .file "/home/espindola/llvm/llvm/test/CodeGen/ARM/2010-11-30-reloc-movt.ll"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.xr 73 .reloc :
75 *(.reloc)
i386pe.xu 77 .reloc :
79 *(.reloc)
i386pep.xr 77 .reloc :
79 *(.reloc)
i386pep.xu 82 .reloc :
84 *(.reloc)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 301 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM,
309 if (RM == Reloc::Default) {
315 RM = Reloc::PIC_;
317 RM = Reloc::DynamicNoPIC;
319 RM = Reloc::PIC_;
321 RM = Reloc::Static;
328 if (RM == Reloc::DynamicNoPIC) {
330 RM = Reloc::PIC_;
332 RM = Reloc::Static;
337 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit
    [all...]
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 78 // SunCC Reloc CodeModel Constraints
87 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
104 static MCCodeGenInfo *createSparcV9MCCodeGenInfo(StringRef TT, Reloc::Model RM,
114 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 100 Relocation* reloc = local
104 reloc->setSymInfo(pReloc.symInfo());
105 islands.first->addRelocation(*reloc);
111 // reset the branch target of the input reloc to this stub instead!
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 128 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
135 if (RM == Reloc::Default || RM == Reloc::DynamicNoPIC)
136 RM = Reloc::Static;
170 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 54 yasm_reloc reloc; member in struct:coff_reloc
56 COFF_RELOC_ABSOLUTE = 0, /* absolute, no reloc needed */
496 coff_reloc *reloc; local
502 * reloc). Note both syms need to be in the same section!
589 /* Generate reloc */
590 reloc = yasm_xmalloc(sizeof(coff_reloc));
594 reloc->reloc.addr = yasm_intnum_create_uint(addr);
595 reloc->reloc.sym = sym
768 coff_reloc *reloc; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c 70 * Reloc buffer layout:
221 psb_cmdbuf_buffer_ref(cmdbuf, &cmdbuf->reloc_buf); /* reloc buf == 0 */
327 uint32_t dst_buffer) /* 0 = reloc buf, 1 = cmdbuf, 2 = for host reloc */
329 struct drm_psb_reloc *reloc = cmdbuf->reloc_idx; local
336 reloc->where = addr_in_cmdbuf - (uint32_t *) cmdbuf->cmd_base; /* Location in DWORDs */
340 reloc->where = addr_in_cmdbuf - (uint32_t *) cmdbuf->MTX_msg; /* Location in DWORDs */
343 reloc->buffer = psb_cmdbuf_buffer_ref(cmdbuf, ref_buffer);
344 ASSERT(reloc->buffer != -1);
346 reloc->reloc_op = PSB_RELOC_OP_OFFSET
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 43 /*@reldef@*/ STAILQ_ENTRY(yasm_reloc) link; /**< Link to next reloc */
269 * \param reloc relocation
271 * \note Does not make a copy of reloc. The same destroy_func must be
277 void yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc,
278 void (*destroy_func) (/*@only@*/ void *reloc));
288 * \param reloc previous relocation
291 /*@null@*/ yasm_reloc *yasm_section_reloc_next(yasm_reloc *reloc);
297 * \param reloc relocation
302 void yasm_reloc_get(yasm_reloc *reloc, yasm_intnum **addrp,
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon43408
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon43437
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon43774
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon44123
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon44161
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]

Completed in 681 milliseconds

1 2 34 5 6 7 8 91011>>