Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp1213 unsigned NumSectionsOffset; in writeObject() local
1221 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum); in writeObject()
1227 NumSectionsOffset = offsetof(ELF::Elf32_Ehdr, e_shnum); in writeObject()
1230 NumSectionsOffset); in writeObject()