Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1227 unsigned NumSectionsOffset; in writeObject() local
1235 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum); in writeObject()
1241 NumSectionsOffset = offsetof(ELF::Elf32_Ehdr, e_shnum); in writeObject()
1244 NumSectionsOffset); in writeObject()