Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp1183 unsigned NumSectionsOffset; in writeObject() local
1191 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum); in writeObject()
1197 NumSectionsOffset = offsetof(ELF::Elf32_Ehdr, e_shnum); in writeObject()
1200 NumSectionsOffset); in writeObject()