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

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
41 (r_extern << 4) | (r_type & 15);
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/netbsd-current/sys/arch/powerpc/include/
H A Daout_machdep.h48 u_int32_t r_type : 6; /* relocation type */ member in struct:relocation_info_ppc
/netbsd-current/sys/arch/mips/include/
H A Dreloc.h68 enum reloc_type r_type:5; /* relocation type, from above */ member in struct:reloc_info_mips
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-wasm32.c98 elf32_wasm32_rtype_to_howto (bfd *abfd, unsigned r_type) argument
100 unsigned int i = r_type;
106 abfd, r_type);
111 if (elf32_wasm32_howto_table[i].type != r_type)
124 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
H A Daout-cris.c152 unsigned int r_type; local
159 r_type = (unsigned int) g->howto->type;
197 if (r_type > 2)
201 abfd, r_type);
210 natptr->r_type[0] =
212 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
228 unsigned int r_type; local
237 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
238 r_type = ((bytes->r_type[
[all...]
H A Delfxx-ia64.h33 unsigned int r_type);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-wasm32.c98 elf32_wasm32_rtype_to_howto (bfd *abfd, unsigned r_type) argument
100 unsigned int i = r_type;
106 abfd, r_type);
111 if (elf32_wasm32_howto_table[i].type != r_type)
124 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
H A Daout-cris.c148 unsigned int r_type; local
155 r_type = (unsigned int) g->howto->type;
193 if (r_type > 2)
197 abfd, r_type);
206 natptr->r_type[0] =
208 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
224 unsigned int r_type; local
234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
236 r_type = ((bytes->r_type[
[all...]
H A Dmach-o-x86-64.c143 switch (reloc.r_type)
249 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
254 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
259 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED;
264 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_1;
269 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_2;
274 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_4;
279 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_BRANCH;
284 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SUBTRACTOR;
289 rinfo->r_type
[all...]
H A Delfxx-ia64.h33 unsigned int r_type);
H A Delfxx-mips.h183 gprel16_reloc_p (unsigned int r_type) argument
185 return (r_type == R_MIPS_GPREL16
186 || r_type == R_MIPS16_GPREL
187 || r_type == R_MICROMIPS_GPREL16
188 || r_type == R_MICROMIPS_GPREL7_S2);
192 literal_reloc_p (int r_type) argument
194 return r_type == R_MIPS_LITERAL || r_type == R_MICROMIPS_LITERAL;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-wasm32.c98 elf32_wasm32_rtype_to_howto (bfd *abfd, unsigned r_type) argument
100 unsigned int i = r_type;
106 abfd, r_type);
111 if (elf32_wasm32_howto_table[i].type != r_type)
124 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
H A Daout-cris.c148 unsigned int r_type; local
155 r_type = (unsigned int) g->howto->type;
193 if (r_type > 2)
197 abfd, r_type);
206 natptr->r_type[0] =
208 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
224 unsigned int r_type; local
234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
236 r_type = ((bytes->r_type[
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-wasm32.c98 elf32_wasm32_rtype_to_howto (bfd *abfd, unsigned r_type) argument
100 unsigned int i = r_type;
106 abfd, r_type);
111 if (elf32_wasm32_howto_table[i].type != r_type)
124 unsigned int r_type = ELF32_R_TYPE (dst->r_info); local
126 cache_ptr->howto = elf32_wasm32_rtype_to_howto (abfd, r_type);
H A Daout-cris.c148 unsigned int r_type; local
155 r_type = (unsigned int) g->howto->type;
193 if (r_type > 2)
197 abfd, r_type);
206 natptr->r_type[0] =
208 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
224 unsigned int r_type; local
234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
236 r_type = ((bytes->r_type[
[all...]
H A Dmach-o-x86-64.c143 switch (reloc.r_type)
249 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
254 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
259 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED;
264 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_1;
269 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_2;
274 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED_4;
279 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_BRANCH;
284 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SUBTRACTOR;
289 rinfo->r_type
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dz8k.h43 char r_type[2]; member in struct:external_reloc
H A Dpowerpc.h52 char r_type[2]; member in struct:external_reloc
H A Dtic30.h38 char r_type[2]; member in struct:external_reloc
H A Dsh.h57 char r_type[2]; member in struct:external_reloc
65 char r_type[2]; member in struct:external_reloc
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dtic30.h38 char r_type[2]; member in struct:external_reloc
H A Dsh.h57 char r_type[2]; member in struct:external_reloc
65 char r_type[2]; member in struct:external_reloc
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dtic30.h38 char r_type[2]; member in struct:external_reloc
H A Dz8k.h43 char r_type[2]; member in struct:external_reloc
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dtic30.h38 char r_type[2]; member in struct:external_reloc

Completed in 381 milliseconds

1234567891011>>