Searched refs:sectionType (Results 1 – 2 of 2) sorted by relevance
705 ELFYAML::ELF_SHT sectionType; in mapping() local707 sectionType = Section->Type; in mapping()709 IO.mapRequired("Type", sectionType); in mapping()711 switch (sectionType) { in mapping()
47 bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, in parsePFBSection() argument54 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) { in parsePFBSection()