Searched refs:r_type (Results 1 - 25 of 199) sorted by relevance

12345678

/macosx-10.9.5/cctools-845/libstuff/
H A Dreloc.c84 * reloc_has_pair() returns TRUE if the specified r_type for the specified
91 uint32_t r_type)
96 if(r_type == GENERIC_RELOC_SECTDIFF ||
97 r_type == GENERIC_RELOC_LOCAL_SECTDIFF)
104 if(r_type == M88K_RELOC_HI16 ||
105 r_type == M88K_RELOC_LO16 ||
106 r_type == M88K_RELOC_SECTDIFF)
110 if(r_type == I860_RELOC_HIGH ||
111 r_type == I860_RELOC_HIGHADJ ||
112 r_type
89 reloc_has_pair( cpu_type_t cputype, uint32_t r_type) argument
169 reloc_is_sectdiff( cpu_type_t cputype, uint32_t r_type) argument
[all...]
/macosx-10.9.5/cctools-845/include/stuff/
H A Dreloc.h34 uint32_t r_type);
37 uint32_t r_type);
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dreloc.h62 * Also the last 4 bits have had the r_type tag added to them.
72 r_type:4; /* if not 0, machine specific relocation type */ member in struct:relocation_info
100 * relocation entries, using a PAIR r_type, which contains the other part of the
156 r_type:4, /* if not 0, machine specific relocation type */ member in struct:scattered_relocation_info
166 r_type:4, /* if not 0, machine specific relocation type */ member in struct:scattered_relocation_info
177 * normal things use the generic relocation as discribed above and their r_type
190 * using the GENERIC_RELOC_PB_LA_PTR r_type. This is a scattered relocation
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h62 * Also the last 4 bits have had the r_type tag added to them.
72 r_type:4; /* if not 0, machine specific relocation type */ member in struct:relocation_info
100 * relocation entries, using a PAIR r_type, which contains the other part of the
156 r_type:4, /* if not 0, machine specific relocation type */ member in struct:scattered_relocation_info
166 r_type:4, /* if not 0, machine specific relocation type */ member in struct:scattered_relocation_info
177 * normal things use the generic relocation as discribed above and their r_type
190 * using the GENERIC_RELOC_PB_LA_PTR r_type. This is a scattered relocation
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dh8500.h37 char r_type[2]; member in struct:external_reloc
H A Dw65.h37 char r_type[2]; member in struct:external_reloc
H A Dpowerpc.h53 char r_type[2]; member in struct:external_reloc
H A Dtic30.h37 char r_type[2]; member in struct:external_reloc
H A Dx86_64.h50 char r_type[2]; member in struct:external_reloc
H A Dz80.h46 char r_type[2]; member in struct:external_reloc
H A Dz8k.h42 char r_type[2]; member in struct:external_reloc
H A Dsh.h56 char r_type[2]; member in struct:external_reloc
64 char r_type[2]; member in struct:external_reloc
H A Dmaxq.h51 char r_type[2]; /* Relocation type. */ member in struct:external_reloc
H A Dmipspe.h45 char r_type[2]; member in struct:external_reloc
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachORelocation.h31 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
39 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
42 (r_extern << 4) | (r_type & 15);
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-cris.c155 unsigned int r_type; local
162 r_type = (unsigned int) g->howto->type;
200 if (r_type > 2)
203 bfd_get_filename (abfd), r_type); local
212 natptr->r_type[0] =
214 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
230 unsigned int r_type; local
239 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
240 r_type = ((bytes->r_type[
[all...]
/macosx-10.9.5/cctools-845/otool/
H A Dhppa_disasm.c384 uint32_t i, r_address, r_symbolnum, r_type, r_extern, local
392 r_type = 0;
412 r_type = srp->r_type;
420 r_type = rp->r_type;
422 if(r_type == HPPA_RELOC_PAIR){
428 if(r_type == HPPA_RELOC_HI21 ||
429 r_type == HPPA_RELOC_LO14 ||
430 r_type
634 uint32_t r_type, r_address; local
[all...]
H A Di860_disasm.c365 if(sreloc->r_type == I860_RELOC_PAIR){
370 if(sreloc->r_type == I860_RELOC_HIGH ||
371 sreloc->r_type == I860_RELOC_HIGHADJ ||
372 sreloc->r_type == I860_RELOC_SECTDIFF){
374 relocs[i+1].r_type != I860_RELOC_PAIR){
382 if(sreloc->r_type != I860_RELOC_PAIR)
387 else if(relocs[i+1].r_type != I860_RELOC_PAIR){
396 if(relocs[i].r_type == I860_RELOC_PAIR){
403 if(rp->r_type == I860_RELOC_HIGH ||
404 rp->r_type
[all...]
H A Dsparc_disasm.c262 uint32_t i, r_address, r_symbolnum, r_type, r_extern, local
270 r_type = 0;
293 r_type = srp->r_type;
300 r_type = rp->r_type;
302 if (r_type == SPARC_RELOC_PAIR) {
307 if(r_type == SPARC_RELOC_HI22 ||
308 r_type == SPARC_RELOC_LO10 ||
309 r_type
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Dppc_reloc.c92 enum reloc_type_ppc r_type, pair_r_type; local
132 r_type = (enum reloc_type_ppc)sreloc->r_type;
143 if(r_type == PPC_RELOC_PAIR){
189 r_type = (enum reloc_type_ppc)reloc->r_type;
198 if(r_type == PPC_RELOC_PAIR){
224 if(r_type == PPC_RELOC_HI16 || r_type == PPC_RELOC_LO16 ||
225 r_type
[all...]
H A Dhppa_reloc.c83 enum reloc_type_hppa r_type, pair_r_type; local
119 r_type = (enum reloc_type_hppa)sreloc->r_type;
130 if(r_type == HPPA_RELOC_PAIR){
176 r_type = (enum reloc_type_hppa)reloc->r_type;
185 if(r_type == HPPA_RELOC_PAIR){
211 if(r_type == HPPA_RELOC_HI21 || r_type == HPPA_RELOC_LO14 ||
212 r_type
[all...]
H A Dsparc_reloc.c84 enum reloc_type_sparc r_type, pair_r_type; local
118 r_type = (enum reloc_type_sparc)sreloc->r_type;
128 if(r_type == SPARC_RELOC_PAIR){
174 r_type = (enum reloc_type_sparc)reloc->r_type;
183 if(r_type == SPARC_RELOC_PAIR){
209 if(r_type == SPARC_RELOC_HI22 || r_type == SPARC_RELOC_LO10) {
217 spair_reloc->r_type;
[all...]
H A Darm_reloc.c93 enum reloc_type_arm r_type, pair_r_type; local
135 r_type = (enum reloc_type_arm)sreloc->r_type;
145 if(r_type == ARM_RELOC_PAIR){
191 r_type = (enum reloc_type_arm)reloc->r_type;
199 if(r_type == ARM_RELOC_PAIR){
225 if(r_type == ARM_RELOC_SECTDIFF ||
226 r_type == ARM_RELOC_LOCAL_SECTDIFF){
229 "(%.16s,%.16s) r_type i
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dfixes.c41 int r_type) /* relocation type */
55 fixP->fx_r_type = r_type;
111 int r_type) /* relocation type */
114 sub_symbol, offset, pcrel, pcrel_reloc, r_type);
132 RELOC_ENUM r_type /* Relocation type. */)
159 return fix_new_exp (frag, where, size, exp, pcrel, r_type);
167 r_type = BFD_RELOC_RVA;
170 r_type = TC_RVA_RELOC;
198 return fix_new_internal (frag, where, size, add, sub, off, pcrel, pcrel_reloc, r_type);
33 fix_new_internal(fragS *frag, int where, int size, symbolS *add_symbol, symbolS *sub_symbol, signed_target_addr_t offset, int pcrel, int pcrel_reloc, int r_type) argument
101 fix_new( fragS *frag, int where, int size, symbolS *add_symbol, symbolS *sub_symbol, signed_target_addr_t offset, int pcrel, int pcrel_reloc, int r_type) argument
H A Dfixes.h23 * For machines with machine dependent relocation types (encoded in the r_type
27 #define NO_RELOC 0x10 /* above the range of r_type:4 */
94 int r_type); /* relocation type */
100 int pcrel_reloc, int r_type);

Completed in 153 milliseconds

12345678