Home
last modified time | relevance | path

Searched refs:STO_MIPS_PIC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp768 if (sym->stOther & STO_MIPS_PIC) in isMipsPIC()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h590 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1281 Map["STO_MIPS_PIC"] = ELF::STO_MIPS_PIC; in getFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2314 eSym->st_other |= STO_MIPS_PIC; in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1732 LLVM_READOBJ_ENUM_ENT(ELF, STO_MIPS_PIC),