Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1109 struct ELF::Elf64_Rela ERE64; in writeRelocations() local
1110 ERE64.setSymbolAndType(Index, Entry.Type); in writeRelocations()
1111 write(ERE64.r_info); in writeRelocations()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp763 struct ELF::Elf64_Rela ERE64; in WriteRelocationsFragment() local
764 ERE64.setSymbolAndType(entry.Index, entry.Type); in WriteRelocationsFragment()
765 String64(*F, ERE64.r_info); in WriteRelocationsFragment()