Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h28 uint8_t r_length; // length = 2 ^ r_length variable
/freebsd/sys/arm/include/
H A Dreloc.h44 r_length : 2, /* log base 2 of value's width */ member
/freebsd/sys/amd64/include/
H A Dreloc.h40 r_length : 2, /* log base 2 of value's width */ member
/freebsd/sys/i386/include/
H A Dreloc.h40 r_length : 2, /* log base 2 of value's width */ member
/freebsd/sbin/ggate/ggated/
H A Dggated.c85 #define r_length r_hdr.gh_length macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp764 const unsigned r_length, const bool previous_arm_half){ in PrintRLength()
815 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries() local
3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h982 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, global() member
988 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, global() member