Lines Matching refs:getData
69 if (P < O.getData().begin() || P + sizeof(T) > O.getData().end()) in getStruct()
82 if (P < O.getData().begin() || P + sizeof(T) > O.getData().end()) in getStructOrErr()
108 assert(Offset <= O.getData().size()); in getPtr()
109 return O.getData().data() + Offset; in getPtr()
189 if (CmdOrErr->cmdsize + Ptr > Obj.getData().end()) in getLoadCommandInfo()
216 Obj.getData().data() + HeaderSize + Obj.getHeader().sizeofcmds) in getNextLoadCommandInfo()
225 if (sizeof(T) > Obj.getData().size()) { in parseHeader()
288 uint64_t FileSize = Obj.getData().size(); in parseSegmentLoadCommand()
417 uint64_t FileSize = Obj.getData().size(); in checkSymtabCommand()
476 uint64_t FileSize = Obj.getData().size(); in checkDysymtabCommand()
610 uint64_t FileSize = Obj.getData().size(); in checkLinkeditDataCommand()
648 uint64_t FileSize = Obj.getData().size(); in checkDyldInfoCommand()
835 uint64_t FileSize = Obj.getData().size(); in checkNoteCommand()
916 uint64_t FileSize = Obj.getData().size(); in checkEncryptCommand()
1205 uint64_t FileSize = Obj.getData().size(); in checkTwoLevelHintsCommand()
1277 if (getData().data() + SizeOfHeaders > getData().end()) { in MachOObjectFile()
1762 if (Start < getData().begin() || Start >= getData().end()) { in getSymbolName()
1948 uint64_t FileSize = getData().size(); in getSectionSize()
1958 return arrayRefFromStringRef(getData().substr(Offset, Size)); in getSectionContents()
4632 return getData().substr(S.stroff, S.strsize); in getStringTableData()
4642 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s()