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

1234567

/macosx-10.10/xnu-2782.1.97/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.10/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
H A Dh8300.h45 char r_type[2]; member in struct:external_reloc
H A Di386.h66 char r_type[2]; member in struct:external_reloc
H A Di860.h53 char r_type[2]; member in struct:external_reloc
H A Dm68k.h67 char r_type[2]; member in struct:external_reloc
H A Dmcore.h64 char r_type [2]; member in struct:external_reloc
H A Dwe32k.h55 char r_type[2]; member in struct:external_reloc
/macosx-10.10/llvmCore-3425.0.34/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.10/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...]
H A Dnlm32-alpha.c403 int r_type, r_extern, r_offset, r_size;
416 r_type = ((ext.r_bits[0] & RELOC_BITS0_TYPE_LITTLE)
442 BFD_ASSERT (r_type == ALPHA_R_NW_RELOC || sym == NULL);
443 if (r_type == ALPHA_R_NW_RELOC
444 || r_type == ALPHA_R_GPDISP
445 || r_type == ALPHA_R_IGNORE)
472 if (r_type == ALPHA_R_NW_RELOC
485 BFD_ASSERT ((r_type >= 0 && r_type <= ALPHA_R_GPVALUE)
486 || r_type
401 int r_type, r_extern, r_offset, r_size; local
653 int r_type, r_extern, r_offset, r_size; local
[all...]
H A Delf32-arc.c157 unsigned int r_type; local
159 r_type = ELF32_R_TYPE (dst->r_info);
160 BFD_ASSERT (r_type < (unsigned int) R_ARC_max);
161 cache_ptr->howto = &elf_arc_howto_table[r_type];
H A Delf-hppa.h1418 elf_hppa_relocate_insn (int insn, int sym_value, unsigned int r_type) argument
1420 switch (r_type)
1552 unsigned int r_type = howto->type; local
1558 switch (r_type)
1590 if (r_type == R_PARISC_PCREL21L)
1592 else if (r_type == R_PARISC_PCREL14F
1593 || r_type == R_PARISC_PCREL16F
1594 || r_type == R_PARISC_PCREL16WF
1595 || r_type == R_PARISC_PCREL16DF)
1601 insn = elf_hppa_relocate_insn (insn, (int) value, r_type);
2110 int r_type; local
[all...]
H A Daout-arm.c113 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
114 r_pcrel_done = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
115 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_BIG));
116 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
124 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
125 r_pcrel_done = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
126 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_LITTLE));
127 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
168 reloc->r_type[0] =
179 reloc->r_type[
[all...]
H A Dcoff-we32k.c58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
63 (cache_ptr)->howto = howto_table + (dst)->r_type;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-aix.h59 /* Some versions define r_type in the above headers, which causes a conflict */
60 #ifdef r_type
61 # undef r_type macro

Completed in 195 milliseconds

1234567