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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/bfd/
coff-rs6000.c 690 /* The XCOFF reloc table. Actually, XCOFF relocations specify the
693 different algorithms for putting in the reloc. Many of these
3661 struct internal_reloc reloc; local
    [all...]
pe-mips.c 52 reloc type to make any required adjustments. */
143 appear in the output .reloc section. */
158 /* Reloc type 0 is ignored. The reloc reading code ensures that
344 /* Turn a howto into a reloc nunmber. */
355 /* Compute the addend of a reloc. If the reloc is to a common symbol,
368 #define CALC_ADDEND(abfd, ptr, reloc, cache_ptr) \
384 if (ptr && reloc.r_type < NUM_HOWTOS \
385 && howto_table[reloc.r_type].pc_relative)
    [all...]
ecoff.c 2652 arelent *reloc; local
    [all...]
libnlm.h 32 /* A reloc for an imported NLM symbol. Normal relocs are associated
38 /* Section of reloc. */
40 /* Reloc info (sym_ptr_ptr field set only when canonicalized). */
41 arelent reloc; member in struct:nlm_relent
50 /* Number of reloc entries for imported symbol. */
52 /* Array of reloc information for imported symbol. */
164 /* Read a relocation fixup from abfd. The reloc information is
166 an import, or NULL if this is a reloc fixup. This function
167 should set the third argument to the section which the reloc
168 belongs in, and the fourth argument to the reloc itself; it doe
    [all...]
oasys.c 325 /* The howto table is build using the top two bits of a reloc byte to
443 unsigned char reloc = *src; local
445 switch (reloc & RELOCATION_TYPE_BITS)
469 r->relent.howto = &howto_table[reloc >> 6];
503 r->relent.howto = &howto_table[reloc >> 6];
967 /* Sort the reloc records so it's easy to insert the relocs into the
    [all...]
peicode.h 133 RELOC *reloc_src = (RELOC *) src;
219 /* MS handles overflow of line numbers by carrying into the reloc
456 bfd_reloc_code_real_type reloc,
468 entry->howto = bfd_reloc_type_lookup (vars->abfd, reloc);
485 bfd_reloc_code_real_type reloc,
488 pe_ILF_make_a_symbol_reloc (vars, address, reloc, sec->symbol_ptr_ptr,
964 /* Create a reloc for the data in the text section. */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 26 reloc uint32
262 Thearch.Lput(t.reloc)
275 Thearch.Lput(t.reloc)
366 msect.reloc = uint32(sect.Reloff)
879 Errorf(sym, "unreachable reloc %v target %v", r.Type, r.Xsym.Name)
882 Errorf(sym, "unsupported obj reloc %v/%d to %s", r.Type, r.Siz, r.Sym.Name)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 167 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool {
221 ld.Errorf(s, "unexpected GOT reloc for non-dynamic symbol %s", targ.Name)
251 ld.Errorf(s, "unexpected reloc for dynamic symbol %s", targ.Name)
272 ld.Errorf(s, "unexpected GOT reloc for non-dynamic symbol %s", targ.Name)
348 func elfreloc1(ctxt *ld.Link, r *ld.Reloc, sectoff int64) int {
412 func machoreloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) int {
419 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
428 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
468 func pereloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) bool {
474 ld.Errorf(s, "reloc %d to non-coff symbol %s type=%d", r.Type, rs.Name, rs.Type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 26 reloc uint32
262 Thearch.Lput(t.reloc)
275 Thearch.Lput(t.reloc)
366 msect.reloc = uint32(sect.Reloff)
879 Errorf(sym, "unreachable reloc %v target %v", r.Type, r.Xsym.Name)
882 Errorf(sym, "unsupported obj reloc %v/%d to %s", r.Type, r.Siz, r.Sym.Name)
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 167 func adddynrel(ctxt *ld.Link, s *ld.Symbol, r *ld.Reloc) bool {
221 ld.Errorf(s, "unexpected GOT reloc for non-dynamic symbol %s", targ.Name)
251 ld.Errorf(s, "unexpected reloc for dynamic symbol %s", targ.Name)
272 ld.Errorf(s, "unexpected GOT reloc for non-dynamic symbol %s", targ.Name)
348 func elfreloc1(ctxt *ld.Link, r *ld.Reloc, sectoff int64) int {
412 func machoreloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) int {
419 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
428 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
468 func pereloc1(s *ld.Symbol, r *ld.Reloc, sectoff int64) bool {
474 ld.Errorf(s, "reloc %d to non-coff symbol %s type=%d", r.Type, rs.Name, rs.Type
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 145 arelent * reloc; member in struct:objdump_disasm_info
224 -r, --reloc Display the relocation entries in the file\n\
225 -R, --dynamic-reloc Display the dynamic relocation entries in the file\n\
317 {"dynamic-reloc", no_argument, NULL, 'R'},
330 {"reloc", no_argument, NULL, 'r'},
478 PF (SEC_RELOC, "RELOC");
1051 if (aux->reloc != NULL
1052 && aux->reloc->sym_ptr_ptr != NULL
1053 && * aux->reloc->sym_ptr_ptr != NULL)
1055 sym = * aux->reloc->sym_ptr_ptr
1320 bfd_boolean reloc; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 13973 bfd_reloc_code_real_type reloc; member in struct:percent_op_match
17297 arelent *reloc; local
    [all...]
tc-frv.c 1678 bfd_reloc_code_real_type reloc; local
    [all...]
tc-tic6x.c 4507 arelent *reloc; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 38 Relocs []Reloc // in increasing Addr order
41 type Reloc struct {
42 Addr uint64 // Address of first byte that reloc applies to.
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 38 Relocs []Reloc // in increasing Addr order
41 type Reloc struct {
42 Addr uint64 // Address of first byte that reloc applies to.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
bug-1825.d 121 leax _table,sp ; 16\-bit absolute reloc
insns12.d 1 #objdump: -d --prefix-addresses --reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel28-n64.d 4 #name: MIPS ELF reloc 28 (n64)
micromips@ulw-reloc.d 4 #source: ulw-reloc.s
  /external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
1.s 9 # scattered reloc (I do not think LLVM will generate scattered relocs in
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 265 Relocation& reloc = helper_DynRel_init(rsym, local
273 getRelRelMap().record(pReloc, reloc);
328 Relocation& reloc = helper_DynRel_init(rsym, local
336 getRelRelMap().record(pReloc, reloc);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 50 int reloc,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-1-n64.d 1 #source: reloc-1a.s -march=from-abi -mabi=64 -EB
2 #source: reloc-1b.s -march=from-abi -mabi=64 -EB
reloc-1-rel.d 1 #source: reloc-1a.s
2 #source: reloc-1b.s

Completed in 349 milliseconds

<<11121314151617181920>>