Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def56 ELF_RELOC(R_MIPS_TLS_TPREL_LO16, 50)
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test455 ELF-MIPS: Type: R_MIPS_TLS_TPREL_LO16 (50)
507 ELF-MIPS64EL: Type: R_MIPS_TLS_TPREL_LO16/R_MIPS_TLS_TPREL_LO16/R_MIPS_TLS_TPREL_LO16 (3289650)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp120 Type = ELF::R_MIPS_TLS_TPREL_LO16; in GetRelocType()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py900 R_MIPS_TLS_TPREL_LO16 = 50 variable in Relocs_Elf_Mips
/external/elfutils/src/libelf/
Delf.h1625 #define R_MIPS_TLS_TPREL_LO16 50 /* TP-relative offset, low 16 bits */ macro