| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | MachO_x86_64.cpp | 58 if (RI.r_length == 3) in getRelocKind() 60 else if (RI.r_extern && RI.r_length == 2) in getRelocKind() 65 if (RI.r_pcrel && RI.r_length == 2) in getRelocKind() 69 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind() 73 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind() 77 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind() 82 if (RI.r_length == 2) in getRelocKind() 84 else if (RI.r_length == 3) in getRelocKind() 89 if (RI.r_pcrel && RI.r_length == 2) in getRelocKind() 93 if (RI.r_pcrel && RI.r_length == 2) in getRelocKind() [all …]
|
| D | MachO_arm64.cpp | 59 if (RI.r_length == 3) in getRelocationKind() 61 else if (RI.r_length == 2) in getRelocationKind() 70 if (RI.r_length == 2) in getRelocationKind() 72 else if (RI.r_length == 3) in getRelocationKind() 77 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 81 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 85 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 89 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 93 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 97 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | aout-arm.c | 101 unsigned int r_length; in MY() local 115 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) in MY() 126 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in MY() 129 index = r_length + 4 * r_pcrel_done + 8 * r_neg; in MY() 147 unsigned int r_length; in MY() local 153 r_length = howto->size; in MY() 157 r_length = 3; in MY() 171 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in MY() 182 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in MY() 356 int r_length; in MY_swap_std_reloc_out() local [all …]
|
| D | aout-ns32k.c | 148 unsigned int r_length; in MY() local 156 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) in MY() 160 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type); in MY() 174 unsigned int r_length; in MY() local 179 r_length = howto->size ; /* Size as a power of two. */ in MY() 189 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE) in MY()
|
| D | riscix.c | 294 int r_length; in riscix_swap_std_reloc_out() local 301 r_length = g->howto->size ; /* Size as a power of two. */ in riscix_swap_std_reloc_out() 302 if (r_length < 0) in riscix_swap_std_reloc_out() 304 r_length = -r_length; in riscix_swap_std_reloc_out() 312 if (r_length == 3) in riscix_swap_std_reloc_out() 359 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); in riscix_swap_std_reloc_out() 370 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); in riscix_swap_std_reloc_out()
|
| D | i386lynx.c | 137 unsigned int r_length; variable 145 r_length = g->howto->size; /* Size as a power of two */ 202 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG); 215 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE); 375 unsigned int r_length; variable 388 r_length = (bytes->r_index[0] & RELOC_STD_BITS_LENGTH_BIG) 391 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
|
| D | hp300hpux.c | 653 unsigned int r_length; variable 689 switch (bytes->r_length[0]) 692 r_length = 0; 695 r_length = 1; 698 r_length = 2; 705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
|
| D | aout-tic30.c | 280 unsigned int r_length; in tic30_aout_reloc_howto() local 290 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG); in tic30_aout_reloc_howto() 297 …r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE); in tic30_aout_reloc_howto() 299 index = r_length + 4 * r_pcrel_done; in tic30_aout_reloc_howto()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | aout-arm.c | 118 unsigned int r_length; variable 132 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) 143 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) 146 index = r_length + 4 * r_pcrel_done + 8 * r_neg; 165 unsigned int r_length; variable 171 r_length = howto->size; 175 r_length = 3; 189 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); 200 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)); 383 int r_length; local [all …]
|
| D | aout-ns32k.c | 170 unsigned int r_length; variable 179 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) 183 return (MY(howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type); 198 unsigned int r_length; variable 203 r_length = howto->size ; /* Size as a power of two. */ 214 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE)
|
| D | i386lynx.c | 137 unsigned int r_length; variable 145 r_length = g->howto->size; /* Size as a power of two */ 202 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG); 215 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE); 375 unsigned int r_length; variable 388 r_length = (bytes->r_index[0] & RELOC_STD_BITS_LENGTH_BIG) 391 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
|
| D | riscix.c | 311 int r_length; local 318 r_length = g->howto->size ; /* Size as a power of two */ 319 if (r_length < 0) 321 r_length = -r_length; 331 if (r_length == 3) 384 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG)); 395 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
|
| D | hp300hpux.c | 653 unsigned int r_length; variable 689 switch (bytes->r_length[0]) 692 r_length = 0; 695 r_length = 1; 698 r_length = 2; 705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
|
| D | aout-tic30.c | 204 unsigned int r_length; local 214 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG); 221 …r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE) >> RELOC_STD_BITS_LENGTH_SH_LITTLE); 223 index = r_length + 4 * r_pcrel_done;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachORelocation.h | 28 uint8_t r_length; // length = 2 ^ r_length variable 37 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields() 40 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields() 49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | bout.h | 182 r_length:2, /* Number of bytes to relocate: member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | bout.h | 182 r_length:2, /* Number of bytes to relocate: member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-i960.h | 109 r_length:2, /* Number of bytes to relocate: member
|
| D | tc-i960.c | 2118 | ri->r_length << 5 in md_ri_to_chars() 2126 | ri->r_length << 1 in md_ri_to_chars() 2481 ri.r_length = 2; in tc_bout_fix_to_chars() 2483 ri.r_length = nbytes_r_length[fixP->fx_size]; in tc_bout_fix_to_chars() 2494 ri.r_length = fixP->fx_size - 1; in tc_bout_fix_to_chars()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-i960.h | 118 r_length:2, /* Number of bytes to relocate: member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/ |
| D | hp300hpux.h | 40 unsigned char r_length[1]; /* length of item to reloc */ member
|
| D | adobe.h | 219 unsigned int r_length:2; member
|
| /openbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | hp300hpux.h | 40 unsigned char r_length[1]; /* length of item to reloc */ member
|
| D | adobe.h | 219 unsigned int r_length:2; member
|
| /openbsd/src/gnu/llvm/lld/MachO/Arch/ |
| D | ARM64Common.cpp | 31 switch (rel.r_length) { in getEmbeddedAddend()
|