Searched refs:r_pcrel (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dreloc.h44 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info
/freebsd-11-stable/sys/amd64/include/
H A Dreloc.h40 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info
/freebsd-11-stable/sys/i386/include/
H A Dreloc.h40 r_pcrel : 1, /* 1 if value should be pc-relative */ member in struct:relocation_info
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h27 bool r_pcrel; // was relocated pc-relative already member in class:llvm::MachORelocation
37 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) |
40 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) |
49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c101 int *r_pcrel)
108 *r_pcrel = 0;
133 *r_pcrel = 1;
150 int r_pcrel;
161 r_pcrel = howto->type & 4; /* PC Relative done? */
171 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
182 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
208 /* Change the r_pcrel value -- on the ARM, this bit is set once the
356 int r_pcrel;
361 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
96 reloc_howto(bfd *abfd, struct reloc_std_external *rel, int *r_index, int *r_extern, int *r_pcrel) argument
149 int r_pcrel; local
355 int r_pcrel; local
374 int r_pcrel; local
[all...]
H A Daoutx.h1937 int r_pcrel;
1944 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
1994 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
2006 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
2198 int r_pcrel;
2212 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2225 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2233 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
3715 int r_pcrel;
3721 r_pcrel
1931 int r_pcrel; local
2192 int r_pcrel; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp36 if (!RI.r_pcrel) {
44 if (RI.r_pcrel && RI.r_length == 2)
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) {
71 if (RI.r_pcrel && RI.r_length == 2)
75 if (RI.r_pcrel && RI.r_length == 2)
79 if (RI.r_pcrel && RI.r_length == 2)
83 if (RI.r_pcrel
[all...]
H A DMachO_arm64.cpp37 if (!RI.r_pcrel) {
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)
90 ", pc_rel=" + (RI.r_pcrel
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h179 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member in struct:relocation_info
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h371 unsigned int r_pcrel:1;
423 unsigned int r_pcrel:1;
369 unsigned int r_pcrel:1; member in struct:reloc_info_i860
421 unsigned int r_pcrel:1; member in struct:relocation_info
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c395 r->r_pcrel ? 'p' : '-',
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h952 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
962 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member in struct:llvm::MachO::scattered_relocation_info
965 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp892 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); local
913 if (r_pcrel)
958 (unsigned int)r_address, r_pcrel, r_length, r_type,
971 if (r_pcrel)
1045 (unsigned int)r_address, r_pcrel, r_length, r_extern,

Completed in 281 milliseconds