Searched defs:r_length (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Dreloc.h43 r_length : 2, /* log base 2 of value's width */ member in struct:relocation_info
/freebsd-13-stable/sys/arm/include/
H A Dreloc.h47 r_length : 2, /* log base 2 of value's width */ member in struct:relocation_info
/freebsd-13-stable/sys/amd64/include/
H A Dreloc.h43 r_length : 2, /* log base 2 of value's width */ member in struct:relocation_info
/freebsd-13-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
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c87 #define r_length r_hdr.gh_length macro
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h956 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
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp883 const unsigned r_length = O->getAnyRelocationLength(RE); local
831 PrintRLength(const uint64_t cputype, const unsigned r_type, const unsigned r_length, const bool previous_arm_half) argument
2810 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
[all...]

Completed in 180 milliseconds