Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DELFObjectWriter.cpp966 struct ELF::Elf32_Rela ERE32; in writeRelocations() local
967 ERE32.setSymbolAndType(Index, Entry.Type); in writeRelocations()
968 write(ERE32.r_info); in writeRelocations()
978 ERE32.setSymbolAndType(0, RType); in writeRelocations()
979 write(ERE32.r_info); in writeRelocations()
986 ERE32.setSymbolAndType(0, RType); in writeRelocations()
987 write(ERE32.r_info); in writeRelocations()