Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h27 bool r_pcrel; // was relocated pc-relative already variable
/freebsd/sys/arm/include/
H A Dreloc.h43 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/freebsd/sys/amd64/include/
H A Dreloc.h39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/freebsd/sys/i386/include/
H A Dreloc.h39 r_pcrel : 1, /* 1 if value should be pc-relative */ member
/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
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp814 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local