Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h29 bool r_extern; // variable
/freebsd/sys/arm/include/
H A Dreloc.h45 r_extern : 1, /* 1 if need to add symbol to value */ member
/freebsd/sys/amd64/include/
H A Dreloc.h41 r_extern : 1, /* 1 if need to add symbol to value */ member
/freebsd/sys/i386/include/
H A Dreloc.h41 r_extern : 1, /* 1 if need to add symbol to value */ 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
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp817 const bool r_extern = (r_scattered ? false : in PrintRelocationEntries() local