Searched refs:r_pcrel (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dreloc.h69 r_pcrel:1, /* was relocated pc relative already */ member in struct:relocation_info
154 r_pcrel:1, /* was relocated pc relative already */ member in struct:scattered_relocation_info
168 r_pcrel:1, /* was relocated pc relative already */ member in struct:scattered_relocation_info
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h69 r_pcrel:1, /* was relocated pc relative already */ member in struct:relocation_info
154 r_pcrel:1, /* was relocated pc relative already */ member in struct:scattered_relocation_info
168 r_pcrel:1, /* was relocated pc relative already */ member in struct:scattered_relocation_info
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) |
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) |
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-arm.c100 int *r_pcrel)
107 *r_pcrel = 0;
132 *r_pcrel = 1;
149 int r_pcrel;
160 r_pcrel = howto->type & 4; /* PC Relative done? */
170 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
181 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
207 /* Change the r_pcrel value -- on the ARM, this bit is set once the
339 int r_pcrel;
344 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
95 reloc_howto(bfd *abfd, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
148 int r_pcrel; local
338 int r_pcrel; local
357 int r_pcrel; local
[all...]
H A Daout-ns32k.c146 int *r_pcrel)
155 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
160 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
175 int r_pcrel; local
180 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
188 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
258 int r_pcrel; local
264 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
142 reloc_howto(bfd *abfd ATTRIBUTE_UNUSED, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
H A Di386lynx.c139 int r_pcrel;
147 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
199 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
212 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
377 int r_pcrel;
385 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG));
392 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
138 int r_pcrel; variable
376 int r_pcrel; variable
H A Driscix.c295 int r_pcrel; local
308 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
310 /* For RISC iX, in pc-relative relocs the r_pcrel bit means that the
313 r_pcrel = r_pcrel ? 0 : 1;
357 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG: 0)
368 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE: 0)
H A Dhp300hpux.c654 int r_pcrel = 0; local
676 r_pcrel = 1;
705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
709 if (r_pcrel && r_extern)
/macosx-10.9.5/cctools-845/ld/
H A Dmod_sections.c82 unsigned long r_address, r_pcrel, r_length, r_type; local
128 r_pcrel = sreloc->r_pcrel;
134 r_pcrel = reloc.r_pcrel;
142 * r_length field of 2 (long), a r_pcrel field of 0 (FALSE) and a
159 if(r_pcrel != 0){
160 error_with_cur_obj("r_pcrel (0x%x) field of relocation entry "
162 "is not 0 (FALSE)", (unsigned int)r_pcrel, i, type_name,
H A Dppc_reloc.c90 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
129 r_pcrel = sreloc->r_pcrel;
185 r_pcrel = reloc->r_pcrel;
459 if(r_pcrel)
491 if(r_pcrel)
499 if(r_pcrel)
609 if(r_pcrel){
986 if(r_pcrel){
[all...]
H A Darm_reloc.c91 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
132 r_pcrel = sreloc->r_pcrel;
187 r_pcrel = reloc->r_pcrel;
436 if(r_pcrel)
455 if(r_pcrel)
482 if(r_pcrel)
563 if(r_pcrel){
941 if(r_pcrel){
[all...]
H A Di860_reloc.c76 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
108 r_pcrel = sreloc->r_pcrel;
164 r_pcrel = reloc->r_pcrel;
409 if(r_pcrel)
460 * instruction then r_pcrel is set and the
462 * otherwise it is a byte displacement and r_pcrel
465 if(r_pcrel)
579 if(r_pcrel){
[all...]
H A Dgeneric_reloc.c87 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
120 r_pcrel = sreloc->r_pcrel;
176 r_pcrel = reloc->r_pcrel;
423 if(r_pcrel){
534 if(r_pcrel){
743 if(r_pcrel){
822 sreloc->r_pcrel = r_pcrel;
[all...]
H A Dhppa_reloc.c81 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
116 r_pcrel = sreloc->r_pcrel;
172 r_pcrel = reloc->r_pcrel;
423 if(r_pcrel)
551 if(r_pcrel) {
859 if(r_pcrel){
1069 sreloc->r_pcrel = r_pcrel;
[all...]
H A Dm88k_reloc.c78 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
111 r_pcrel = sreloc->r_pcrel;
167 r_pcrel = reloc->r_pcrel;
413 if(r_pcrel)
532 if(r_pcrel){
783 if(r_pcrel){
922 sreloc->r_pcrel = r_pcrel;
[all...]
H A Dsparc_reloc.c82 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
115 r_pcrel = sreloc->r_pcrel;
170 r_pcrel = reloc->r_pcrel;
424 if(r_pcrel)
539 if(r_pcrel) {
783 if(r_pcrel){
927 sreloc->r_pcrel = r_pcrel;
[all...]
H A Dcoalesced_sections.c96 unsigned long r_address, r_pcrel, r_length, r_type, pair_r_type, r_extern, local
411 r_pcrel = sreloc->r_pcrel;
450 r_pcrel = reloc.r_pcrel;
665 (r_pcrel == 1 && r_symbolnum != NO_SECT));
668 (r_pcrel == 1 &&
H A Dliteral_pointers.c32 * r_pcrel set to 0 (FALSE, since the pointer is not going to have the pc added
119 unsigned long r_address, r_symbolnum, r_pcrel, r_length, r_extern, local
225 r_pcrel = sreloc->r_pcrel;
264 r_pcrel = reloc->r_pcrel;
283 * have an r_length field of 2 (long) and a r_pcrel field of 0 (FALSE).
298 if(r_pcrel != 0){
299 error_with_cur_obj("r_pcrel (0x%x) field of relocation entry "
301 "(FALSE)", (unsigned int)r_pcrel,
[all...]
H A Dindirect_sections.c120 unsigned long r_address, r_pcrel, r_length, r_type, pair_r_type, r_extern, local
514 r_pcrel = sreloc->r_pcrel;
554 r_pcrel = reloc.r_pcrel;
610 * pointer), have an r_length field of 2 (long) and a r_pcrel field
630 if(r_pcrel != 0){
632 "(r_pcrel (0x%x) field of relocation entry %lu in lazy "
634 "(FALSE))", (unsigned int)r_pcrel, i, s->segname,
819 (r_pcrel
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dbout.h179 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member in struct:relocation_info
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c315 uint32_t i, r_address, r_pcrel, r_length, r_extern, r_type; local
322 r_pcrel = sreloc->r_pcrel;
329 r_pcrel = relocs[i].r_pcrel;
335 if(r_extern == 0 && r_pcrel == 0 &&
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c5861 uint32_t i, r_address, r_pcrel, r_length, r_type, r_value, value; local
5874 r_pcrel = sreloc->r_pcrel;
5882 r_pcrel = arch_locrelocs[i].r_pcrel;
5896 if(r_pcrel)
5983 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
6006 r_pcrel = sreloc->r_pcrel;
6014 r_pcrel
6216 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
6441 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
6712 uint32_t i, r_address, r_pcrel, r_length, r_value, value; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/aout/
H A Dadobe.h217 unsigned int r_pcrel:1;
216 unsigned int r_pcrel:1; member in struct:reloc_std_internal
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c1167 riP->r_pcrel = fixP->fx_pcrel;
1313 sri.r_pcrel = riP->r_pcrel;
1423 sri.r_pcrel = riP->r_pcrel;
1507 riP->r_pcrel = fixP->fx_pcrel;
1551 sri.r_pcrel = riP->r_pcrel;
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_reloc.c308 reloc->pcrel = scatsrc->r_pcrel;
315 reloc->pcrel = src->r_pcrel;
1030 scatdst->r_pcrel = reloc->pcrel;
1038 dst->r_pcrel = reloc->pcrel;
1049 dst->r_pcrel = reloc->pcrel;
1069 scatdst->r_pcrel = reloc->pcrel;
1077 dst->r_pcrel = reloc->pcrel;
1085 dst->r_pcrel = reloc->pcrel;

Completed in 239 milliseconds

12