Home
last modified time | relevance | path

Searched refs:Type3 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1767 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1771 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()
1774 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1780 ELFYAML::ELF_REL Type3; member
1881 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h568 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
578 Name = getRelocationTypeName(Type3); in getRelocationTypeName()