Searched refs:R_386_8 (Results 1 – 16 of 16) sorted by relevance
61 case R_386_8: in i386_reloc_simple_type()
27 ELF_RELOC(R_386_8, 22)
228 return IsPCRel ? ELF::R_386_PC8 : ELF::R_386_8; in getRelocType32()
235 return IsPCRel ? ELF::R_386_PC8 : ELF::R_386_8; in getRelocType32()
395 R_386_8 = 22, enumerator
518 R_386_8 = 22 variable in Relocs_Elf_i386
440 the assembler to use the 8-bit form and an 8-bit relocation (e.g. ``R_386_8``
974 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_8); in getRelocationTypeName()
41 ELF-32: Type: R_386_8 (22)
1239 #define R_386_8 22 macro
1452 #define R_386_8 22 macro
1807 case FK_Data_1: Type = ELF::R_386_8; break; in GetRelocType()