Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp951 struct ELF::Elf32_Rela ERE32; in writeRelocations() local
952 ERE32.setSymbolAndType(Index, Entry.Type); in writeRelocations()
953 write(ERE32.r_info); in writeRelocations()
963 ERE32.setSymbolAndType(0, RType); in writeRelocations()
964 write(ERE32.r_info); in writeRelocations()
971 ERE32.setSymbolAndType(0, RType); in writeRelocations()
972 write(ERE32.r_info); in writeRelocations()