Searched refs:sectionType (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/pdf/ |
D | SkPDFConvertType1FontStream.cpp | 15 static bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, in parsePFBSection() argument 22 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) { in parsePFBSection()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/pgs/ |
D | PgsDecoder.java | 83 int sectionType = buffer.readUnsignedByte(); in readNextSection() local 93 switch (sectionType) { in readNextSection()
|
/external/llvm-project/lld/wasm/ |
D | OutputSections.cpp | 34 static StringRef sectionTypeToString(uint32_t sectionType) { in sectionTypeToString() argument 35 switch (sectionType) { in sectionTypeToString()
|
/external/skia/src/pdf/ |
D | SkPDFType1Font.cpp | 22 static bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, in parsePFBSection() argument 29 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) { in parsePFBSection()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 732 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/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryUtils.h | 205 SectionType §ionType,
|
D | MachONormalizedFileToAtoms.cpp | 57 SectionType sectionType; member 111 if (p->sectionType != section.type) in atomTypeFromSection() 1595 SectionType §ionType, in relocatableSectionInfoForContentType() argument 1608 sectionType = p->sectionType; in relocatableSectionInfoForContentType()
|
D | MachONormalizedFileFromAtoms.cpp | 231 SectionType sectionType; in getRelocatableSection() local 237 sectionType, sectionAttrs, in getRelocatableSection() 249 SectionInfo(segmentName, sectionName, sectionType, _ctx, sectionAttrs, in getRelocatableSection() 262 SectionType sectionType; member 334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection()
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.go | 226 sectionType, ok := sectionType(section) 234 switch sectionType { 2128 func sectionType(section string) (string, bool) { func
|