Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFConvertType1FontStream.cpp15 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/
DPgsDecoder.java83 int sectionType = buffer.readUnsignedByte(); in readNextSection() local
93 switch (sectionType) { in readNextSection()
/external/llvm-project/lld/wasm/
DOutputSections.cpp34 static StringRef sectionTypeToString(uint32_t sectionType) { in sectionTypeToString() argument
35 switch (sectionType) { in sectionTypeToString()
/external/skia/src/pdf/
DSkPDFType1Font.cpp22 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/
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/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryUtils.h205 SectionType &sectionType,
DMachONormalizedFileToAtoms.cpp57 SectionType sectionType; member
111 if (p->sectionType != section.type) in atomTypeFromSection()
1595 SectionType &sectionType, in relocatableSectionInfoForContentType() argument
1608 sectionType = p->sectionType; in relocatableSectionInfoForContentType()
DMachONormalizedFileFromAtoms.cpp231 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/
Ddelocate.go226 sectionType, ok := sectionType(section)
234 switch sectionType {
2128 func sectionType(section string) (string, bool) { func