Home
last modified time | relevance | path

Searched refs:r_length (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp58 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 …]
DMachO_arm64.cpp59 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/
Daout-arm.c101 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 …]
Daout-ns32k.c148 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()
Driscix.c294 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()
Di386lynx.c137 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;
Dhp300hpux.c653 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;
Daout-tic30.c280 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()
297r_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/
Daout-arm.c118 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 …]
Daout-ns32k.c170 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)
Di386lynx.c137 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;
Driscix.c311 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));
Dhp300hpux.c653 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;
Daout-tic30.c204 unsigned int r_length; local
214 r_length = ((relocs->r_type[0] & RELOC_STD_BITS_LENGTH_BIG) >> RELOC_STD_BITS_LENGTH_SH_BIG);
221r_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/
DMachORelocation.h28 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/
Dbout.h182 r_length:2, /* Number of bytes to relocate: member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dbout.h182 r_length:2, /* Number of bytes to relocate: member
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-i960.h109 r_length:2, /* Number of bytes to relocate: member
Dtc-i960.c2118 | 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/
Dtc-i960.h118 r_length:2, /* Number of bytes to relocate: member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Dhp300hpux.h40 unsigned char r_length[1]; /* length of item to reloc */ member
Dadobe.h219 unsigned int r_length:2; member
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Dhp300hpux.h40 unsigned char r_length[1]; /* length of item to reloc */ member
Dadobe.h219 unsigned int r_length:2; member
/openbsd/src/gnu/llvm/lld/MachO/Arch/
DARM64Common.cpp31 switch (rel.r_length) { in getEmbeddedAddend()

12