HomeSort by relevance Sort by last modified time
    Searched refs:sectionType (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Object/
ELFYAML.cpp 695 ELFYAML::ELF_SHT sectionType;
697 sectionType = Section->Type;
699 IO.mapRequired("Type", sectionType);
701 switch (sectionType) {
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 43 bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType,
50 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) {
    [all...]

Completed in 202 milliseconds