Home
last modified time | relevance | path

Searched refs:R_MIPS_TLS_TPREL_LO16 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp99 Type = ELF::R_MIPS_TLS_TPREL_LO16; in GetRelocType()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test405 ELF-MIPS: Type: R_MIPS_TLS_TPREL_LO16 (50)
457 ELF-MIPS64EL: Type: R_MIPS_TLS_TPREL_LO16/R_MIPS_TLS_TPREL_LO16/R_MIPS_TLS_TPREL_LO16 (3289650)
/external/llvm/lib/Object/
DELF.cpp160 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_TLS_TPREL_LO16); in getELFRelocationTypeName()
DELFYAML.cpp477 ECase(R_MIPS_TLS_TPREL_LO16) in enumeration()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py845 R_MIPS_TLS_TPREL_LO16 = 50 variable in Relocs_Elf_Mips
/external/llvm/include/llvm/Support/
DELF.h904 R_MIPS_TLS_TPREL_LO16 = 50, enumerator
/external/elfutils/0.153/libelf/
Delf.h1604 #define R_MIPS_TLS_TPREL_LO16 50 /* TP-relative offset, low 16 bits */ macro