Searched defs:section_type (Results 1 – 11 of 11) sorted by relevance
125 for (SectionType section_type : g_sections) { in CreateInstance() local
120 for (SectionType section_type : g_sections) { in CreateInstance() local
158 for (SectionType section_type : g_sections) { in CreateInstance() local
18 LoadSection(SectionList * section_list,SectionType section_type) LoadSection() argument
18 Module &module, SectionType section_type, in ForEachFormatterInModule()
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()
330 SectionType section_type = lldb::eSectionTypeOther; in CreateSectionsWithBitness() local
271 SectionType section_type = eSectionTypeOther; in CreateSections() local
312 const SectionType section_type = section_sp->GetType(); in GetAddressClass() local
658 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local686 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local1651 uint32_t section_type; in DumpLiteralPointerSection() local1741 uint32_t section_type; in DumpLiteralPointerSection() local1964 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() local3232 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local3253 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() local3288 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local3319 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() local8703 uint32_t section_type = flags & MachO::SECTION_TYPE; in PrintSection() local
717 section_type(unsigned int mach, unsigned int stype) in section_type() function