Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp93 Type = ELF::R_MIPS_TLS_GOTTPREL; in GetRelocType()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test401 ELF-MIPS: Type: R_MIPS_TLS_GOTTPREL (46)
453 ELF-MIPS64EL: Type: R_MIPS_TLS_GOTTPREL/R_MIPS_TLS_GOTTPREL/R_MIPS_TLS_GOTTPREL (3026478)
/external/llvm/lib/Object/
DELF.cpp156 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_MIPS_TLS_GOTTPREL); in getELFRelocationTypeName()
DELFYAML.cpp473 ECase(R_MIPS_TLS_GOTTPREL) in enumeration()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py841 R_MIPS_TLS_GOTTPREL = 46 variable in Relocs_Elf_Mips
/external/llvm/include/llvm/Support/
DELF.h900 R_MIPS_TLS_GOTTPREL = 46, enumerator
/external/elfutils/0.153/libelf/
Delf.h1600 #define R_MIPS_TLS_GOTTPREL 46 /* 16 bit GOT offset for IE */ macro