Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1118 struct ELF::Elf32_Rela ERE32; in writeRelocations() local
1119 ERE32.setSymbolAndType(Index, Entry.Type); in writeRelocations()
1120 write(ERE32.r_info); in writeRelocations()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp772 struct ELF::Elf32_Rela ERE32; in WriteRelocationsFragment() local
773 ERE32.setSymbolAndType(entry.Index, entry.Type); in WriteRelocationsFragment()
774 String32(*F, ERE32.r_info); in WriteRelocationsFragment()