Searched refs:r_length (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dreloc.h45 r_length : 2, /* log base 2 of value's width */ member in struct:relocation_info
/freebsd-11-stable/sys/amd64/include/
H A Dreloc.h41 r_length : 2, /* log base 2 of value's width */ member in struct:relocation_info
/freebsd-11-stable/sys/i386/include/
H A Dreloc.h41 r_length : 2, /* log base 2 of value's width */ member in struct:relocation_info
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h28 uint8_t r_length; // length = 2 ^ r_length 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.c103 unsigned int r_length;
117 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
128 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
131 index = r_length + 4 * r_pcrel_done + 8 * r_neg;
149 unsigned int r_length;
155 r_length = howto->size;
159 r_length = 3;
173 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
184 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
374 int r_length;
102 unsigned int r_length; local
148 unsigned int r_length; local
373 int r_length; local
[all...]
H A Daoutx.h1936 unsigned int r_length;
1943 r_length = g->howto->size ; /* Size as a power of two. */
1998 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
2010 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
2197 unsigned int r_length;
2216 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
2229 r_length = ((bytes->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
2233 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
3719 int r_length;
3725 r_length
1930 unsigned int r_length; local
2191 unsigned int r_length; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp37 if (RI.r_length == 3)
39 else if (RI.r_extern && RI.r_length == 2)
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)
64 if (RI.r_length == 2)
66 else if (RI.r_length == 3)
71 if (RI.r_pcrel && RI.r_length == 2)
75 if (RI.r_pcrel && RI.r_length
[all...]
H A DMachO_arm64.cpp38 if (RI.r_length == 3)
40 else if (RI.r_length == 2)
49 if (RI.r_length == 2)
51 else if (RI.r_length == 3)
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
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h182 r_length:2, /* Number of bytes to relocate: member in struct:relocation_info
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c86 #define r_length r_hdr.gh_length macro
653 (intmax_t)req->r_offset, (unsigned)req->r_length);
658 req->r_data = malloc_waitok(req->r_length);
665 req->r_length);
666 data = g_gate_recv(fd, req->r_data, req->r_length,
716 assert(req->r_offset + req->r_length <= (uintmax_t)conn->c_mediasize);
718 assert((req->r_length % conn->c_sectorsize) == 0);
721 (intmax_t)req->r_offset, (unsigned)req->r_length);
729 data = pread(fd, req->r_data, req->r_length,
733 data = pwrite(fd, req->r_data, req->r_length,
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h426 unsigned int r_length:2;
424 unsigned int r_length:2; member in struct:relocation_info
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h392 unsigned int r_length:2;
390 unsigned int r_length:2; member in struct:reloc_std_internal
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c360 size = 1u << r->r_length;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h449 // Offset within page, scaled by r_length.
453 // Offset within page of GOT slot, scaled by r_length.
459 // Offset within page of TLVP slot, scaled by r_length.
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
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.cpp842 const unsigned r_length, const bool previous_arm_half){
846 if ((r_length & 0x1) == 0)
850 if ((r_length & 0x1) == 0)
855 switch (r_length) {
869 outs() << format("?(%2d) ", r_length);
872 outs() << format("?(%2d) ", r_length);
893 const unsigned r_length = O->getAnyRelocationLength(RE); local
919 PrintRLength(cputype, r_type, r_length, previous_arm_half);
958 (unsigned int)r_address, r_pcrel, r_length, r_type,
977 PrintRLength(cputype, r_type, r_length, previous_arm_hal
841 PrintRLength(const uint64_t cputype, const unsigned r_type, const unsigned r_length, const bool previous_arm_half) argument
2814 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
[all...]

Completed in 201 milliseconds