Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp102 Type = ELF::R_MIPS_TLS_LDM; in GetRelocType()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test398 ELF-MIPS: Type: R_MIPS_TLS_LDM (43)
450 ELF-MIPS64EL: Type: R_MIPS_TLS_LDM/R_MIPS_TLS_LDM/R_MIPS_TLS_LDM (2829099)
/external/llvm/lib/Object/
DELF.cpp153 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_TLS_LDM); in getELFRelocationTypeName()
DELFYAML.cpp470 ECase(R_MIPS_TLS_LDM) in enumeration()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py838 R_MIPS_TLS_LDM = 43 variable in Relocs_Elf_Mips
/external/llvm/include/llvm/Support/
DELF.h897 R_MIPS_TLS_LDM = 43, enumerator
/external/elfutils/0.153/libelf/
Delf.h1597 #define R_MIPS_TLS_LDM 43 /* 16 bit GOT offset for LDM */ macro