Searched defs:r_length (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | aout-arm.c | 102 unsigned int r_length; in MY() local 148 unsigned int r_length; in MY() local 373 int r_length; in MY_swap_std_reloc_out() local
|
| H A D | aoutx.h | 1930 unsigned int r_length; in NAME() local 2191 unsigned int r_length; in NAME() local 3922 int r_length; in aout_link_input_section_std() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachORelocation.h | 29 uint8_t r_length; // length = 2 ^ r_length variable
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | reloc.h | 43 r_length : 2, /* log base 2 of value's width */ member
|
| /freebsd-12.1/sys/arm/include/ |
| H A D | reloc.h | 47 r_length : 2, /* log base 2 of value's width */ member
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | reloc.h | 43 r_length : 2, /* log base 2 of value's width */ member
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | bout.h | 182 r_length:2, /* Number of bytes to relocate: member
|
| /freebsd-12.1/sbin/ggate/ggated/ |
| H A D | ggated.c | 86 #define r_length r_hdr.gh_length macro
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | aout64.h | 390 unsigned int r_length:2; member
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | aout_gnu.h | 424 unsigned int r_length:2; member
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 511 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() 563 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries() local 2465 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 945 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member 951 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
|