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

<<2122232425

  /toolchain/binutils/binutils-2.25/bfd/
nlm32-i386.c 32 /* Adjust the reloc location by an absolute value. */
49 /* Adjust the reloc location by a PC relative displacement. */
66 /* Read a NetWare i386 reloc. */
99 All this translates fairly easily into a BFD reloc. */
140 /* Write a NetWare i386 reloc. */
194 /* The high bit is 1 if the reloc is against the code section, 0
201 /* The high bit is 1 if this is an absolute reloc, 0 if it is PC
253 reloc. We will wind up failing in nlm_i386_write_import. */
255 /* Make sure this reloc is within the data we have. We only 4
261 /* NetWare doesn't support reloc addends, so we get rid of the
    [all...]
elf64-mmix.c 27 - Merge reloc stubs jumping to same location.
56 struct bpo_reloc_section_info *reloc; member in union:_mmix_elf_section_data::__anon115483
68 /* Per-reloc stubs_size_sum information. The stubs_size_sum member is the sum
89 /* For each section containing a base-plus-offset (BPO) reloc, we attach
110 There's one of these created for every BPO reloc. */
120 /* The order number for this BPO reloc, corresponding to the order in
121 which BPO relocs were found. Used to create an index after reloc
192 /* This reloc does nothing. */
758 /* Map BFD reloc types to MMIX ELF reloc types. *
    [all...]
mach-o.c 27 #include "mach-o/reloc.h"
1296 bfd_mach_o_reloc_info reloc; local
    [all...]
sunos.c 445 /* Get the dynamic reloc information. */
464 /* Get the arelent structures corresponding to the dynamic reloc
534 /* sethi; reloc index filled in later. */
    [all...]
nlm32-alpha.c 84 /* How to process the various reloc types. */
88 /* Reloc type 0 is ignored by itself. However, it appears after a
89 GPDISP reloc to identify the location where the low order 16 bits
154 reloc always seems to be against the .lita section. */
169 /* This reloc only appears immediately following a LITERAL reloc.
193 which loads the upper 16 bits of the gp register. The next reloc
194 will be an IGNORE reloc which identifies the location of the lda
220 reloc, unlike the others, is not partial_inplace. */
295 /* Push a value on the reloc evaluation stack. *
    [all...]
nlm32-sparc.c 78 /* Read a NetWare sparc reloc. */
132 /* Write a NetWare sparc reloc. */
251 if (! nlm_sparc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
elfxx-sparc.c 107 /* Handle the WDISP16 reloc. */
134 /* Handle the WDISP10 reloc. */
162 /* Handle the HIX22 reloc. */
188 /* Handle the LOX10 reloc. */
678 /* The input section of the reloc. */
4080 bfd_vma reloc; local
    [all...]
Makefile.am 68 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
78 format.c init.c libbfd.c opncls.c reloc.c \
977 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
981 cache.c reloc.c archures.c elf.c
elf32-v850.c 213 entry, then we know that the hi16s reloc has already been updated
306 HI16S reloc. So for example, these relocations:
341 clear, the assembler will not have added 1 to the previous HI16S reloc
347 The value stored in HI16S reloc is 0x12, the value stored in the LO16
348 reloc is 0x3456. If we assume that the address of fred is 0x00007000
363 reloc, then we do not have to do anything:
378 bit of the original value. What happens is that the HI16S reloc
413 reloc will have already added in 1 to the high part for us:
467 (*_bfd_error_handler) (_("FAILED to find previous HI16 reloc"));
480 /* FIXME: The code here probably ought to be removed and the code in reloc.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c 1843 enum bfd_reloc_code_real reloc = fixP->fx_cgen.opinfo; local
    [all...]
tc-ns32k.c 1252 reloc (int size, int pcrel, int type)
1245 reloc (int size, int pcrel, int type) function
    [all...]
tc-i386-intel.c 139 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC)
142 char *gotfree_input_line = lex_got (&i.reloc[this_operand],
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 198 /* Generate a reloc in the output file. */
204 /* Reloc to generate. */
205 bfd_reloc_code_real_type reloc; member in struct:__anon116372
207 /* Reloc howto structure. */
210 /* Section to generate reloc against.
214 /* Name of symbol to generate reloc against.
224 /* Output section where reloc should be performed. */
ldmain.c 1087 bfd_reloc_code_real_type reloc,
1099 ldctor_add_set_entry (h, reloc, NULL, section, value);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 476 unsigned reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, local
491 radeon_emit(cs, reloc);
494 radeon_emit(cs, reloc);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 115 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool {
242 ld.Adduint32(ctxt, rel, ld.ELF32_R_INFO(uint32(targ.Dynid), ld.R_ARM_GLOB_DAT)) // we need a nil + A dynamic reloc
252 func elfreloc1(ctxt *ld.Link, r *ld.Reloc, sectoff int64) int {
329 func machoreloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) int {
366 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
375 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
431 func trampoline(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol) {
478 // modify reloc to point to tramp, which will be resolved later
484 ld.Errorf(s, "trampoline called with non-jump reloc: %v", r.Type)
565 // increase reloc offset by 4 as we inserted an ADD instructio
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 115 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool {
242 ld.Adduint32(ctxt, rel, ld.ELF32_R_INFO(uint32(targ.Dynid), ld.R_ARM_GLOB_DAT)) // we need a nil + A dynamic reloc
252 func elfreloc1(ctxt *ld.Link, r *ld.Reloc, sectoff int64) int {
329 func machoreloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) int {
366 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
375 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
431 func trampoline(ctxt *ld.Link, r *ld.Reloc, s *ld.Symbol) {
478 // modify reloc to point to tramp, which will be resolved later
484 ld.Errorf(s, "trampoline called with non-jump reloc: %v", r.Type)
565 // increase reloc offset by 4 as we inserted an ADD instructio
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 32 #include "reloc.h"
40 #include "target-reloc.h"
47 #include "aarch64-reloc-property.h"
443 // Add a static reloc for the GOT entry at OFFSET. RELOBJ is an object
488 Static_reloc& reloc(this->static_relocs_[i]);
491 if (!reloc.symbol_is_global())
493 Sized_relobj_file<size, big_endian>* object = reloc.relobj();
495 reloc.relobj()->local_symbol(reloc.index());
509 reloc.index(), reloc.relobj()->name().c_str())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 264 /* Return a section for EXP. It may be a DECL or a constant. RELOC
271 section *, (tree exp, int reloc, unsigned HOST_WIDE_INT align),
282 /* Select a unique section name for DECL. RELOC is the same as
287 void, (tree decl, int reloc),
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 804 Errorf(sym, "reloc %d to non-coff symbol %s (outer=%s) %d", r.Type, r.Sym.Name, r.Xsym.Name, r.Sym.Type)
807 Errorf(sym, "unsupported obj reloc %d/%d to %s", r.Type, r.Siz, r.Sym.Name)
844 text.PointerToRelocations += 10 // skip the extend reloc entry
867 data.PointerToRelocations += 10 // skip the extend reloc entry
1067 var r *Reloc
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 804 Errorf(sym, "reloc %d to non-coff symbol %s (outer=%s) %d", r.Type, r.Sym.Name, r.Xsym.Name, r.Sym.Type)
807 Errorf(sym, "unsupported obj reloc %d/%d to %s", r.Type, r.Siz, r.Sym.Name)
844 text.PointerToRelocations += 10 // skip the extend reloc entry
867 data.PointerToRelocations += 10 // skip the extend reloc entry
1067 var r *Reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
pcrel.d 2 #name: i386 pcrel reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
branchs12.d 1 #objdump: -d --prefix-addresses --reloc
insns9s12xg.d 1 #objdump: -d -mm9s12xg --prefix-addresses --reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xgate/
all_insns.d 1 #objdump: -d --prefix-addresses --reloc

Completed in 863 milliseconds

<<2122232425