Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Dgenerate_build_files.py174 self.firstSection = True
181 if not self.firstSection:
183 self.firstSection = False
278 self.firstSection = True
289 if not self.firstSection:
291 self.firstSection = False
320 self.firstSection = True
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h297 const SectionBase *firstSection() const { in firstSection() function
DObject.cpp1349 auto Sec = Seg->firstSection(); in finalize()