Searched refs:reloc_entry (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-maxq.c78 arelent * reloc_entry,
96 if (data && reloc_entry)
98 addr = (unsigned char *) data + reloc_entry->address;
107 switch (reloc_entry->howto->type)
113 addend = reloc_entry->addend;
122 diff = ((call_addr << 1) - (reloc_entry->address << 1));
147 addend = (reloc_entry->addend - reloc_entry->addend);
150 addend = reloc_entry->addend;
161 if (reloc_entry
77 coff_maxq20_reloc(bfd * abfd, arelent * reloc_entry, asymbol * symbol_in, void * data, asection * input_section ATTRIBUTE_UNUSED, bfd * output_bfd ATTRIBUTE_UNUSED, char ** error_message ATTRIBUTE_UNUSED) argument
[all...]
H A Delf32-i960.c45 arelent *reloc_entry,
57 && reloc_entry->howto->pc_relative
58 && !reloc_entry->howto->pcrel_offset)
59 reloc_entry->addend -= symbol->value;
64 reloc_entry->addend -= symbol->section->output_section->vma;
71 && (! reloc_entry->howto->partial_inplace
72 || reloc_entry->addend == 0))
74 reloc_entry->address += input_section->output_offset;
44 elf32_i960_relocate(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, PTR data ATTRIBUTE_UNUSED, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
H A Delf32-or32.c53 arelent *reloc_entry,
63 bfd_size_type addr = reloc_entry->address;
65 reloc_entry->address += input_section->output_offset;
81 arelent *reloc_entry,
91 bfd_size_type addr = reloc_entry->address;
93 reloc_entry->address += input_section->output_offset;
109 arelent *reloc_entry,
119 bfd_size_type addr = reloc_entry->address;
121 reloc_entry->address += input_section->output_offset;
157 arelent *reloc_entry,
52 or32_elf_32_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
80 or32_elf_16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
108 or32_elf_8_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
156 or32_elf_consth_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
206 or32_elf_const_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message) argument
270 or32_elf_jumptarg_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol ATTRIBUTE_UNUSED, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
[all...]
H A Delf32-pj.c33 arelent *reloc_entry,
43 bfd_vma addr = reloc_entry->address;
46 r_type = (enum elf_pj_reloc_type) reloc_entry->howto->type;
51 reloc_entry->address += input_section->output_offset;
70 insn += sym_value + reloc_entry->addend;
79 insn += sym_value + reloc_entry->addend;
85 insn += sym_value + reloc_entry->addend
92 insn += sym_value + reloc_entry->addend;
98 insn += (sym_value + reloc_entry->addend) >> 16;
32 pj_elf_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol_in, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
H A Dcoff-m88k.c56 m88k_special_reloc (abfd, reloc_entry, symbol, data,
59 arelent *reloc_entry;
66 reloc_howto_type *howto = reloc_entry->howto;
78 reloc_entry->address += input_section->output_offset;
83 bfd_vma addr = reloc_entry->address;
108 relocation += ((reloc_entry->addend << howto->bitsize) + x);
110 reloc_entry->addend = 0;
137 reloc_entry->address += input_section->output_offset;
H A Delf32-d30v.c34 arelent *reloc_entry,
46 bfd_size_type addr = reloc_entry->address;
49 reloc_howto_type *howto = reloc_entry->howto;
55 reloc_entry->address += input_section->output_offset;
59 r = bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
71 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
90 relocation += reloc_entry->addend;
98 + reloc_entry->address;
143 arelent *reloc_entry,
154 bfd_size_type addr = reloc_entry
33 bfd_elf_d30v_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message) argument
142 bfd_elf_d30v_reloc_21(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Delf32-dlx.c53 arelent *reloc_entry,
67 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
74 && reloc_entry->addend == 0)
76 reloc_entry->address += input_section->output_offset;
89 relocation += reloc_entry->addend;
90 relocation += bfd_get_16 (abfd, (bfd_byte *)data + reloc_entry->address);
92 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
96 (bfd_byte *)data + reloc_entry->address);
113 arelent *reloc_entry,
129 return bfd_elf_generic_reloc (abfd, reloc_entry, symbo
52 _bfd_dlx_elf_hi16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message) argument
112 elf32_dlx_relocate16(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
175 elf32_dlx_relocate26(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
[all...]
H A Dreloc.c551 arelent *reloc_entry,
577 arelent *reloc_entry,
585 bfd_size_type octets = reloc_entry->address * bfd_octets_per_byte (abfd);
587 reloc_howto_type *howto = reloc_entry->howto;
591 symbol = *(reloc_entry->sym_ptr_ptr);
595 reloc_entry->address += input_section->output_offset;
613 cont = howto->special_function (abfd, reloc_entry, symbol, data,
621 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
645 relocation += reloc_entry->addend;
684 relocation -= reloc_entry
576 bfd_perform_relocation(bfd *abfd, arelent *reloc_entry, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
966 bfd_install_relocation(bfd *abfd, arelent *reloc_entry, void *data_start, bfd_vma data_start_offset, asection *input_section, char **error_message) argument
[all...]
H A Dcpu-ns32k.c157 do_ns32k_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd,
160 arelent *reloc_entry;
172 bfd_size_type addr = reloc_entry->address;
174 reloc_howto_type *howto = reloc_entry->howto;
181 reloc_entry->address += input_section->output_offset;
194 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
217 relocation += reloc_entry->addend;
255 relocation -= reloc_entry->address;
265 reloc_entry->addend = relocation;
266 reloc_entry
[all...]
H A Delf32-i860.c32 arelent *reloc_entry,
45 && (! reloc_entry->howto->partial_inplace
46 || reloc_entry->addend == 0))
48 reloc_entry->address += input_section->output_offset;
64 relocation += reloc_entry->addend;
66 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
72 + reloc_entry->address
80 addr = (bfd_byte *) data + reloc_entry->address;
83 relocation >>= reloc_entry->howto->rightshift;
84 insn = (insn & ~reloc_entry
31 i860_howto_pc26_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void *data ATTRIBUTE_UNUSED, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
94 i860_howto_pc16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
158 i860_howto_highadj_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
211 i860_howto_splitn_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
[all...]
H A Delf32-arc.c37 arelent * reloc_entry,
50 reloc_entry->addend -= reloc_entry->address;
53 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
36 arc_elf_b22_pcrel(bfd * abfd, arelent * reloc_entry, asymbol * symbol, void * data, asection * input_section, bfd * output_bfd, char ** error_message) argument
H A Delf32-fr30.c247 fr30_elf_i20_reloc (abfd, reloc_entry, symbol, data,
250 arelent *reloc_entry;
263 && (! reloc_entry->howto->partial_inplace
264 || reloc_entry->addend == 0))
266 reloc_entry->address += input_section->output_offset;
278 + reloc_entry->addend;
283 x = bfd_get_32 (abfd, (char *) data + reloc_entry->address);
285 bfd_put_32 (abfd, (bfd_vma) x, (char *) data + reloc_entry->address);
294 fr30_elf_i32_reloc (abfd, reloc_entry, symbol, data,
297 arelent *reloc_entry;
[all...]
H A Dcoff-mips.c418 reloc_entry,
425 arelent *reloc_entry;
434 && reloc_entry->addend == 0)
436 reloc_entry->address += input_section->output_offset;
465 reloc_entry,
472 arelent *reloc_entry;
487 && reloc_entry->addend == 0)
489 reloc_entry->address += input_section->output_offset;
505 relocation += reloc_entry->addend;
507 if (reloc_entry
[all...]
H A Delfn32-mips.c1764 mips_elf_gprel16_reloc (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry,
1786 return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry,
1794 mips_elf_literal_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1826 return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry,
1835 mips_elf_gprel32_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1869 return gprel32_with_gp (abfd, symbol, reloc_entry, input_section,
1874 gprel32_with_gp (bfd *abfd, asymbol *symbol, arelent *reloc_entry,
1889 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1892 if (reloc_entry->howto->src_mask == 0)
1895 val = bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry
1762 mips_elf_gprel16_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void *data ATTRIBUTE_UNUSED, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
1792 mips_elf_literal_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1833 mips_elf_gprel32_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1872 gprel32_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1917 mips_elf_shift6_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1935 mips16_gprel_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Dcoff-i386.c65 coff_i386_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd,
68 arelent *reloc_entry;
91 ORIG is the negative of reloc_entry->addend, which is set by
96 diff = symbol->value + reloc_entry->addend;
99 diff = reloc_entry->addend;
111 reloc_howto_type *howto = reloc_entry->howto;
123 diff = reloc_entry->addend - symbol->value;
125 diff = -reloc_entry->addend;
129 diff = reloc_entry->addend;
134 if (reloc_entry
[all...]
H A Dmipsbsd.c198 mips_fix_jmp_addr (abfd, reloc_entry, symbol, data, input_section, output_bfd,
201 arelent *reloc_entry;
228 relocation += reloc_entry->addend;
231 reloc_entry->address + 4;
249 mips_fix_hi16_s (abfd, reloc_entry, symbol, data, input_section,
252 arelent *reloc_entry;
279 relocation += reloc_entry->addend;
282 reloc_entry->addend += 0x10000;
H A Delf32-mips.c971 _bfd_mips_elf32_gprel16_reloc (bfd *abfd, arelent *reloc_entry, argument
981 if (reloc_entry->howto->type == R_MIPS_LITERAL
1004 return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry,
1013 mips_elf_gprel32_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol, argument
1044 return gprel32_with_gp (abfd, symbol, reloc_entry, input_section,
1049 gprel32_with_gp (bfd *abfd, asymbol *symbol, arelent *reloc_entry, argument
1064 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1068 val = reloc_entry->addend;
1070 if (reloc_entry->howto->partial_inplace)
1071 val += bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry
1096 mips32_64bit_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol ATTRIBUTE_UNUSED, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1131 mips16_gprel_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Dcoff-x86_64.c60 arelent *reloc_entry,
83 ORIG is the negative of reloc_entry->addend, which is set by
88 diff = symbol->value + reloc_entry->addend;
91 diff = reloc_entry->addend;
103 reloc_howto_type *howto = reloc_entry->howto;
115 diff = reloc_entry->addend - symbol->value;
117 diff = -reloc_entry->addend;
121 diff = reloc_entry->addend;
126 if (reloc_entry->howto->type == R_AMD64_IMAGEBASE
137 reloc_howto_type *howto = reloc_entry
59 coff_amd64_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section ATTRIBUTE_UNUSED, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
[all...]
H A Dcoff-or32.c80 or32_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
83 arelent *reloc_entry;
101 unsigned long addr = reloc_entry->address ; /*+ input_section->vma*/
104 r_type = reloc_entry->howto->type;
109 reloc_entry->address += input_section->output_offset;
147 if (signed_value == - (long) reloc_entry->address)
150 signed_value += sym_value + reloc_entry->addend;
153 signed_value -= (reloc_entry->address
167 unsigned_value += sym_value + reloc_entry->addend;
178 part1_consth_value = sym_value + reloc_entry
[all...]
H A Dcoff-i860.c50 arelent *reloc_entry,
70 ORIG is the negative of reloc_entry->addend, which is set by
75 diff = symbol->value + reloc_entry->addend;
83 diff = reloc_entry->addend;
91 reloc_howto_type *howto = reloc_entry->howto;
92 unsigned char *addr = (unsigned char *) data + reloc_entry->address;
134 arelent *reloc_entry,
141 reloc_howto_type *howto = reloc_entry->howto;
49 coff_i860_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section ATTRIBUTE_UNUSED, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
133 coff_i860_reloc_nyi(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED, asection *input_section ATTRIBUTE_UNUSED, bfd *output_bfd ATTRIBUTE_UNUSED, char **error_message ATTRIBUTE_UNUSED) argument
H A Dcoff-tic80.c374 ppbase_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
377 arelent *reloc_entry ATTRIBUTE_UNUSED;
391 glob15_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
394 arelent *reloc_entry ATTRIBUTE_UNUSED;
408 glob16_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
411 arelent *reloc_entry ATTRIBUTE_UNUSED;
425 local16_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
428 arelent *reloc_entry ATTRIBUTE_UNUSED;
H A Delf32-m68hc1x.h154 (bfd *abfd, arelent *reloc_entry,
158 (bfd *abfd, arelent *reloc_entry,
H A Delf64-mips.c1912 mips_elf64_gprel16_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1926 reloc_entry->address += input_section->output_offset;
1943 return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry,
1951 mips_elf64_literal_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
1983 return _bfd_mips_elf_gprel16_with_gp (abfd, symbol, reloc_entry,
1992 mips_elf64_gprel32_reloc (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
2033 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
2037 val = reloc_entry->addend;
2039 if (reloc_entry->howto->partial_inplace)
2040 val += bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry
1908 mips_elf64_gprel16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1947 mips_elf64_literal_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1988 mips_elf64_gprel32_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2060 mips_elf64_shift6_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
2078 mips16_gprel_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Dcoff-i960.c104 optcall_callback (abfd, reloc_entry, symbol_in, data,
107 arelent *reloc_entry;
123 reloc_entry->address += input_section->output_offset;
150 int word = bfd_get_32 (abfd, (bfd_byte *)data + reloc_entry->address);
161 (bfd_byte *) data + reloc_entry->address);
194 coff_i960_relocate (abfd, reloc_entry, symbol, data, input_section,
197 arelent *reloc_entry;
230 reloc_entry->sym_ptr_ptr =
252 reloc_entry->sym_ptr_ptr = syms;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexapollo.c52 struct reloc reloc_entry; local
200 if (read (source_file, &reloc_entry, sizeof (reloc_entry))
201 != sizeof (reloc_entry))
203 if (lseek (source_file, reloc_entry.r_vaddr-section->s_vaddr
206 if (lseek (target_file, reloc_entry.r_vaddr-section->s_vaddr

Completed in 259 milliseconds

123