Home
last modified time | relevance | path

Searched refs:r_extern (Results 1 – 25 of 67) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Daout-cris.c154 int r_extern; in MY() local
177 r_extern = 0; in MY()
185 r_extern = 1; in MY()
187 r_extern = 0; in MY()
193 r_extern = 0; in MY()
213 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0) in MY()
229 int r_extern; in MY() local
239 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); in MY()
253 if (r_extern && r_index > symcount) in MY()
261 r_extern = 0; in MY()
H A Di386lynx.c136 int r_extern; variable
174 r_extern = 0;
179 r_extern = 1;
186 r_extern = 0;
230 int r_extern; variable
260 r_extern = 0;
264 r_extern = 1;
271 r_extern = 0;
309 if (r_extern) { \
350 int r_extern; variable
[all …]
H A Daout-ns32k.c145 int *r_extern, in MY()
154 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); in MY()
168 int r_extern, in MY()
187 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0) in MY()
257 int r_extern; in MY_swap_std_reloc_in() local
264 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); in MY_swap_std_reloc_in()
276 int r_extern; in MY_swap_std_reloc_out() local
299 r_extern = 0; in MY_swap_std_reloc_out()
304 r_extern = 1; in MY_swap_std_reloc_out()
314 r_extern = 0; in MY_swap_std_reloc_out()
[all …]
H A Daout-arm.c98 int *r_extern, in MY()
141 int r_extern, in MY()
168 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) in MY()
179 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) in MY()
337 int r_extern; in MY_swap_std_reloc_in() local
355 int r_extern; in MY_swap_std_reloc_out() local
403 r_extern = 0; in MY_swap_std_reloc_out()
408 r_extern = 1; in MY_swap_std_reloc_out()
415 r_extern = 0; in MY_swap_std_reloc_out()
426 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0) in MY_swap_std_reloc_out()
[all …]
H A Dnlm32-alpha.c401 int r_type, r_extern, r_offset, r_size; in nlm_alpha_read_reloc() local
416 r_extern = (ext.r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in nlm_alpha_read_reloc()
426 if (r_extern) in nlm_alpha_read_reloc()
500 if (! r_extern) in nlm_alpha_read_reloc()
505 BFD_ASSERT (! r_extern); in nlm_alpha_read_reloc()
653 int r_type, r_extern, r_offset, r_size; in nlm_alpha_write_import() local
667 r_extern = 1; in nlm_alpha_write_import()
672 r_extern = 0; in nlm_alpha_write_import()
721 r_extern = 0; in nlm_alpha_write_import()
733 ext.r_bits[1] = ((r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0) in nlm_alpha_write_import()
H A Dcoff-mips.c335 BFD_ASSERT (intern->r_extern
348 | (intern->r_extern ? RELOC_BITS3_EXTERN_BIG : 0));
376 if (! intern->r_extern
944 && int_rel.r_extern == lo_int_rel.r_extern
955 if (int_rel.r_extern)
994 if (! int_rel.r_extern)
1034 if (int_rel.r_extern)
1047 int_rel.r_extern = 0;
1180 if (int_rel.r_extern)
1244 + (int_rel.r_extern ? 0 : s->vma))
[all …]
H A Daoutx.h1911 int r_extern; in NAME() local
1944 r_extern = 0; in NAME()
1949 r_extern = 1; in NAME()
1999 int r_extern; in NAME() local
2028 r_extern = 1; in NAME()
2030 r_extern = 0; in NAME()
2114 int r_extern; in NAME() local
2169 int r_extern; in NAME() local
3609 int r_extern; in aout_link_reloc_link_order() local
3944 if (r_extern) in aout_link_input_section_std()
[all …]
H A Dcoff-alpha.c600 && ! intern->r_extern
615 BFD_ASSERT (intern->r_extern
663 if (! intern->r_extern)
673 if (! intern->r_extern)
1514 int r_extern; local
1585 if (r_extern)
1705 if (! r_extern)
1847 if (r_extern)
1871 if (r_extern)
1920 if (r_extern)
[all …]
H A Driscix.c293 int r_extern; in riscix_swap_std_reloc_out() local
333 r_extern = 0; in riscix_swap_std_reloc_out()
338 r_extern = 1; in riscix_swap_std_reloc_out()
345 r_extern = 0; in riscix_swap_std_reloc_out()
356 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0) in riscix_swap_std_reloc_out()
367 ( (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE: 0) in riscix_swap_std_reloc_out()
H A Dhp300hpux.c652 int r_extern = 0; variable
672 r_extern = 1;
675 r_extern = 1;
709 if (r_pcrel && r_extern)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Daout-cris.c159 int r_extern; variable
182 r_extern = 0;
190 r_extern = 1;
192 r_extern = 0;
198 r_extern = 0;
218 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0)
235 int r_extern; variable
245 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
259 if (r_extern && r_index > symcount)
268 r_extern = 0;
H A Daout-ns32k.c163 MY(reloc_howto) (abfd, rel, r_index, r_extern, r_pcrel)
167 int *r_extern; variable
177 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
190 MY(put_reloc) (abfd, r_extern, r_index, value, howto, reloc)
192 int r_extern; variable
212 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0)
283 int r_extern; local
303 int r_extern; local
326 r_extern = 0;
331 r_extern = 1;
[all …]
H A Di386lynx.c136 int r_extern; variable
174 r_extern = 0;
179 r_extern = 1;
186 r_extern = 0;
230 int r_extern; variable
260 r_extern = 0;
264 r_extern = 1;
271 r_extern = 0;
309 if (r_extern) { \
350 int r_extern; variable
[all …]
H A Daout-arm.c115 int *r_extern; variable
159 int r_extern; variable
186 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
197 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
363 int r_extern; local
382 int r_extern; local
438 r_extern = 0;
443 r_extern = 1;
450 r_extern = 0;
461 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0)
[all …]
H A Dnlm32-alpha.c423 int r_type, r_extern, r_offset, r_size; local
438 r_extern = (ext.r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
448 if (r_extern)
522 if (! r_extern)
527 BFD_ASSERT (! r_extern);
681 int r_type, r_extern, r_offset, r_size; local
697 r_extern = 1;
702 r_extern = 0;
751 r_extern = 0;
763 ext.r_bits[1] = ((r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0)
H A Dcoff-mips.c430 || (! intern->r_extern
461 && (intern->r_extern
507 if (! intern->r_extern
524 || (! intern->r_extern
1330 && int_rel.r_extern == lo_int_rel.r_extern
1406 if (! int_rel.r_extern)
1496 && ! int_rel.r_extern
1531 if (int_rel.r_extern)
1544 int_rel.r_extern = 0;
1728 if (int_rel.r_extern)
[all …]
H A Daoutx.h2065 int r_extern; variable
2103 r_extern = 0;
2108 r_extern = 1;
2159 int r_extern; variable
2188 r_extern = 1;
2190 r_extern = 0;
2275 int r_extern; variable
2331 int r_extern; variable
4947 if (r_extern)
5268 if (r_extern
[all …]
H A Dcoff-alpha.c594 && ! intern->r_extern
606 BFD_ASSERT (intern->r_extern
646 if (! intern->r_extern)
656 if (! intern->r_extern)
1518 int r_extern; local
1571 if (r_extern)
1691 if (! r_extern)
1833 if (r_extern)
1857 if (r_extern)
1906 if (r_extern)
[all …]
H A Driscix.c310 int r_extern; local
358 r_extern = 0;
363 r_extern = 1;
370 r_extern = 0;
381 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0)
392 ( (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE: 0)
H A Dhp300hpux.c652 int r_extern = 0; variable
672 r_extern = 1;
675 r_extern = 1;
709 if (r_pcrel && r_extern)
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp59 return RI.r_extern ? MachOPointer64 : MachOPointer64Anon; in getRelocKind()
60 else if (RI.r_extern && RI.r_length == 2) in getRelocKind()
66 return RI.r_extern ? MachOPCRel32 : MachOPCRel32Anon; 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()
81 if (!RI.r_pcrel && RI.r_extern) { in getRelocKind()
90 return RI.r_extern ? MachOPCRel32Minus1 : MachOPCRel32Minus1Anon; in getRelocKind()
101 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind()
112 ", extern=" + (RI.r_extern ? "true" : "false") + in getRelocKind()
[all …]
H A DMachO_arm64.cpp69 if (!RI.r_pcrel && RI.r_extern) { 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()
105 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind()
109 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind()
120 ", extern=" + (RI.r_extern ? "true" : "false") + in getRelocationKind()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachORelocation.h29 bool r_extern; // variable
41 (r_extern << 4) | (r_type & 15); in getPackedFields()
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Daout_gnu.h336 unsigned r_extern:1; member
371 unsigned int r_extern:1; member
432 unsigned int r_extern:1; member
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h336 unsigned r_extern:1; member
371 unsigned int r_extern:1; member
432 unsigned int r_extern:1; member

123