Searched refs:r_extern (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dreloc.h46 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info
/freebsd-11-stable/sys/amd64/include/
H A Dreloc.h42 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info
/freebsd-11-stable/sys/i386/include/
H A Dreloc.h42 r_extern : 1, /* 1 if need to add symbol to value */ member in struct:relocation_info
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h26 uint32_t r_symbolnum; // symbol index if r_extern == 1 else section index
29 bool r_extern; // member in class:llvm::MachORelocation
41 (r_extern << 4) | (r_type & 15);
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c100 int *r_extern,
114 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
125 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
143 int r_extern,
170 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
181 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
355 int r_extern;
361 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
373 int r_extern;
406 r_index to the symbols index, and the r_extern bi
96 reloc_howto(bfd *abfd, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
141 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
354 int r_extern; local
372 int r_extern; local
[all...]
H A Dcoff-mips.c311 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_BIG) != 0;
325 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0;
340 BFD_ASSERT (intern->r_extern
353 | (intern->r_extern ? RELOC_BITS3_EXTERN_BIG : 0));
364 | (intern->r_extern ? RELOC_BITS3_EXTERN_LITTLE : 0));
381 if (! intern->r_extern
966 && int_rel.r_extern == lo_int_rel.r_extern
977 if (int_rel.r_extern)
1016 if (! int_rel.r_extern)
[all...]
H A Daoutx.h1935 int r_extern;
1953 r_index to the symbols index, and the r_extern bit.
1971 r_extern = 0;
1976 r_extern = 1;
1983 r_extern = 0;
1993 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
2005 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
2026 int r_extern;
2041 r_index to the symbols index, and the r_extern bit.
2048 r_extern
1929 int r_extern; local
2020 int r_extern; local
2135 int r_extern; local
2190 int r_extern; local
[all...]
H A Dcoff-alpha.c554 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
577 if (! intern->r_extern &&
580 if (! intern->r_extern && intern->r_symndx == RELOC_SECTION_LITA)
605 && ! intern->r_extern
620 BFD_ASSERT (intern->r_extern
630 ext->r_bits[1] = ((intern->r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0)
668 if (! intern->r_extern)
678 if (! intern->r_extern)
1296 /* Clear the r_extern bit. */
1536 int r_extern;
1530 int r_extern; local
[all...]
H A Dbout.c266 int r_extern = 0; local
331 r_extern = 0;
339 /* Already mucked with r_extern, r_idx. */;
349 r_extern = 0;
354 r_extern = 1;
361 r_extern = 0;
378 if (r_extern)
H A Dsunos.c1430 int r_extern;
1440 r_extern = (0 != (rel->r_type[0] & RELOC_EXT_BITS_EXTERN_BIG));
1449 r_extern = (0 != (rel->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
1454 if (r_extern)
1487 if (r_extern)
1533 if (! r_extern)
1429 int r_extern; local
H A Dpe-mips.c527 reloc_dst->r_extern = 0;
H A Decoff.c1595 if (intern.r_extern)
2669 in.r_extern = 1;
2710 in.r_extern = 0;
4226 in.r_extern = 1;
4268 in.r_extern = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp38 return RI.r_extern ? Pointer64 : Pointer64Anon;
39 else if (RI.r_extern && RI.r_length == 2)
45 return RI.r_extern ? PCRel32 : PCRel32Anon;
48 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
52 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
56 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
63 if (!RI.r_pcrel && RI.r_extern) {
72 return RI.r_extern ? PCRel32Minus1 : PCRel32Minus1Anon;
76 return RI.r_extern ? PCRel32Minus2 : PCRel32Minus2Anon;
80 return RI.r_extern
[all...]
H A DMachO_arm64.cpp39 return RI.r_extern ? Pointer64 : Pointer64Anon;
48 if (!RI.r_pcrel && RI.r_extern) {
56 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
60 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
64 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2)
68 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
72 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2)
76 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2)
80 if (!RI.r_pcrel && !RI.r_extern && RI.r_length == 2)
91 ", extern=" + (RI.r_extern
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h175 if r_extern is set. Otherwise set to
186 r_extern:1, member in struct:relocation_info
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h337 unsigned r_extern:1;
372 unsigned int r_extern:1;
418 /* The meaning of r_symbolnum depends on r_extern. */
433 unsigned int r_extern:1;
335 unsigned r_extern:1; member in struct:reloc_info_extended
370 unsigned int r_extern:1; member in struct:reloc_info_i860
431 unsigned int r_extern:1; member in struct:relocation_info
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c391 r->r_extern ? 'e' : '-',
398 if (r->r_extern || r->r_baserel || r->r_jmptable || r->r_copy) {
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h384 /* The meaning of r_symbolnum depends on r_extern. */
399 unsigned int r_extern:1;
397 unsigned int r_extern:1; member in struct:reloc_std_internal
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h657 unsigned char r_extern; /* Used by ECOFF */ member in struct:internal_reloc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h384 // llvm::MachO::relocation_info structure when r_extern is 0.
952 uint32_t r_type : 4, r_extern : 1, r_length : 2, r_pcrel : 1, member in struct:llvm::MachO::relocation_info
955 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member in struct:llvm::MachO::relocation_info
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp895 const bool r_extern = (r_scattered ? false : local
979 if (r_extern) {
1045 (unsigned int)r_address, r_pcrel, r_length, r_extern,

Completed in 241 milliseconds