Searched defs:section_type (Results 1 – 9 of 9) sorted by relevance
125 for (SectionType section_type : g_sections) { in CreateInstance() local
120 for (SectionType section_type : g_sections) { in CreateInstance() local
129 for (SectionType section_type : g_sections) { in CreateInstance() local
19 SectionType section_type) { in LoadSection()
37 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator()91 Record::Kind section_type, in LineIterator()133 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines()
301 SectionType section_type = eSectionTypeOther; in CreateSections() local
312 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
662 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local690 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local1655 uint32_t section_type; in DumpLiteralPointerSection() local1745 uint32_t section_type; in DumpLiteralPointerSection() local1968 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() local3228 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local3249 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local3284 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local3315 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local8684 uint32_t section_type = flags & MachO::SECTION_TYPE; in PrintSection() local
717 section_type(unsigned int mach, unsigned int stype) in section_type() function