Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DELFYAML.cpp705 ELFYAML::ELF_SHT sectionType; in mapping() local
707 sectionType = Section->Type; in mapping()
709 IO.mapRequired("Type", sectionType); in mapping()
711 switch (sectionType) { in mapping()
/external/skia/src/pdf/
DSkPDFFont.cpp47 bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, in parsePFBSection() argument
54 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) { in parsePFBSection()