Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1435 template <bool Is64> struct Elf_Crel { struct
1436 std::conditional_t<Is64, uint64_t, uint32_t> r_offset;
1437 uint32_t r_symidx;
1438 uint32_t r_type;
1439 std::conditional_t<Is64, int64_t, int32_t> r_addend;