• Home
  • Raw
  • Download

Lines Matching refs:macho

62     if (LCI.Command.Type == macho::LCT_Symtab) {  in moveToNextSymbol()
63 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd; in moveToNextSymbol()
75 InMemoryStruct<macho::SymbolTableEntry> &Res) const { in getSymbolTableEntry()
76 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd; in getSymbolTableEntry()
90 InMemoryStruct<macho::Symbol64TableEntry> &Res) const { in getSymbol64TableEntry()
91 InMemoryStruct<macho::SymtabLoadCommand> SymtabLoadCmd; in getSymbol64TableEntry()
116 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolName()
120 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolName()
132 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolOffset()
137 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolOffset()
151 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolAddress()
155 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolAddress()
172 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolNMTypeChar()
177 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolNMTypeChar()
184 switch (Type & macho::STF_TypeMask) { in getSymbolNMTypeChar()
185 case macho::STT_Undefined: in getSymbolNMTypeChar()
188 case macho::STT_Absolute: in getSymbolNMTypeChar()
189 case macho::STT_Section: in getSymbolNMTypeChar()
197 if (Flags & (macho::STF_External | macho::STF_PrivateExtern)) in getSymbolNMTypeChar()
206 InMemoryStruct<macho::Symbol64TableEntry> Entry; in isSymbolInternal()
208 Result = Entry->Flags & macho::STF_StabsEntryMask; in isSymbolInternal()
210 InMemoryStruct<macho::SymbolTableEntry> Entry; in isSymbolInternal()
212 Result = Entry->Flags & macho::STF_StabsEntryMask; in isSymbolInternal()
220 InMemoryStruct<macho::Symbol64TableEntry> Entry; in isSymbolGlobal()
224 InMemoryStruct<macho::SymbolTableEntry> Entry; in isSymbolGlobal()
235 InMemoryStruct<macho::Symbol64TableEntry> Entry; in getSymbolType()
239 InMemoryStruct<macho::SymbolTableEntry> Entry; in getSymbolType()
283 if (LCI.Command.Type == macho::LCT_Segment) { in moveToNextSection()
284 InMemoryStruct<macho::SegmentLoadCommand> SegmentLoadCmd; in moveToNextSection()
288 } else if (LCI.Command.Type == macho::LCT_Segment64) { in moveToNextSection()
289 InMemoryStruct<macho::Segment64LoadCommand> Segment64LoadCmd; in moveToNextSection()
310 InMemoryStruct<macho::Section> &Res) const { in getSection()
311 InMemoryStruct<macho::SegmentLoadCommand> SLC; in getSection()
326 InMemoryStruct<macho::Section64> &Res) const { in getSection64()
327 InMemoryStruct<macho::Segment64LoadCommand> SLC; in getSection64()
335 if (LCI.Command.Type == macho::LCT_Segment64) in is64BitLoadCommand()
337 assert(LCI.Command.Type == macho::LCT_Segment && "Unexpected Type."); in is64BitLoadCommand()
346 InMemoryStruct<macho::Segment64LoadCommand> SLC; in getSectionName()
349 InMemoryStruct<macho::Section64> Sect; in getSectionName()
356 InMemoryStruct<macho::SegmentLoadCommand> SLC; in getSectionName()
359 InMemoryStruct<macho::Section> Sect; in getSectionName()
373 InMemoryStruct<macho::Section64> Sect; in getSectionAddress()
377 InMemoryStruct<macho::Section> Sect; in getSectionAddress()
387 InMemoryStruct<macho::Section64> Sect; in getSectionSize()
391 InMemoryStruct<macho::Section> Sect; in getSectionSize()
401 InMemoryStruct<macho::Section64> Sect; in getSectionContents()
405 InMemoryStruct<macho::Section> Sect; in getSectionContents()
415 InMemoryStruct<macho::Section64> Sect; in getSectionAlignment()
419 InMemoryStruct<macho::Section> Sect; in getSectionAlignment()
429 InMemoryStruct<macho::Section64> Sect; in isSectionText()
433 InMemoryStruct<macho::Section> Sect; in isSectionText()
470 InMemoryStruct<macho::Symbol64TableEntry> Entry; in sectionContainsSymbol()
475 InMemoryStruct<macho::SymbolTableEntry> Entry; in sectionContainsSymbol()
493 InMemoryStruct<macho::Section64> Sect; in getSectionRelEnd()
497 InMemoryStruct<macho::Section> Sect; in getSectionRelEnd()
525 InMemoryStruct<macho::RelocationEntry> &Res) const { in getRelocation()
528 InMemoryStruct<macho::Section64> Sect; in getRelocation()
532 InMemoryStruct<macho::Section> Sect; in getRelocation()
548 InMemoryStruct<macho::Section64> Sect; in getRelocationAddress()
552 InMemoryStruct<macho::Section> Sect; in getRelocationAddress()
556 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAddress()
563 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationSymbol()
584 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationType()
595 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAdditionalInfo()
602 InMemoryStruct<macho::Section64> Sect; in getRelocationAdditionalInfo()
606 InMemoryStruct<macho::Section> Sect; in getRelocationAdditionalInfo()