Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFConvertType1FontStream.cpp13 static bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, in parsePFBSection() argument
20 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) { in parsePFBSection()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp732 ELFYAML::ELF_SHT sectionType; in mapping() local
734 sectionType = Section->Type; in mapping()
736 IO.mapRequired("Type", sectionType); in mapping()
738 switch (sectionType) { in mapping()
/external/boringssl/src/util/fipstools/
Ddelocate.go213 sectionType, ok := sectionType(section)
221 switch sectionType {
1478 func sectionType(section string) (string, bool) { func