Searched refs:sectionType (Results 1 – 2 of 2) sorted by relevance
13 static bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, in parsePFBSection() argument20 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) { in parsePFBSection()
732 ELFYAML::ELF_SHT sectionType; in mapping() local734 sectionType = Section->Type; in mapping()736 IO.mapRequired("Type", sectionType); in mapping()738 switch (sectionType) { in mapping()