Searched defs:section_type (Results 1 – 8 of 8) sorted by relevance
127 for (SectionType section_type : g_sections) { in CreateInstance() local
132 for (SectionType section_type : g_sections) { in CreateInstance() local
17 SectionType section_type) { in LoadSection()
35 LineIterator(ObjectFile &obj, Record::Kind section_type) in LineIterator()89 Record::Kind section_type, in LineIterator()131 SymbolFileBreakpad::lines(Record::Kind section_type) { in lines()
304 SectionType section_type = eSectionTypeOther; in CreateSections() local
300 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
669 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local697 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local1430 uint32_t section_type; in DumpLiteralPointerSection() local1520 uint32_t section_type; in DumpLiteralPointerSection() local1750 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() local3009 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local3030 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local3065 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local3096 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local8689 uint32_t section_type = flags & MachO::SECTION_TYPE; in PrintSection() local
717 section_type(unsigned int mach, unsigned int stype) in section_type() function