Home
last modified time | relevance | path

Searched defs:HeaderSection (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/boringssl/src/util/
Ddoc.go50 type HeaderSection struct { struct
52 Preamble []string
53 Decls []HeaderDecl
55 Anchor string
58 IsPrivate bool
/external/boringssl/src/util/
Ddoc.go52 type HeaderSection struct { struct
54 Preamble []CommentBlock
55 Decls []HeaderDecl
57 Anchor string
60 IsPrivate bool
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp72 auto &HeaderSection = G->createSection("__header", MemProt::Read); in materialize() local
108 jitlink::Section &HeaderSection) { in createHeaderBlock()
DMachOPlatform.cpp103 auto &HeaderSection = G.createSection("__header", MemProt::Read); in addMachOHeader() local
126 jitlink::Section &HeaderSection) { in createHeaderBlock()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2090 cmsBool HeaderSection(cmsIT8* it8) in HeaderSection() function