Lines Matching refs:getData
71 if (P < O.getData().begin() || P + sizeof(T) > O.getData().end()) in getStruct()
84 if (P < O.getData().begin() || P + sizeof(T) > O.getData().end()) in getStructOrErr()
110 assert(Offset <= O.getData().size()); in getPtr()
111 return O.getData().data() + Offset; in getPtr()
187 if (CmdOrErr->cmdsize + Ptr > Obj.getData().end()) in getLoadCommandInfo()
214 Obj.getData().data() + HeaderSize + Obj.getHeader().sizeofcmds) in getNextLoadCommandInfo()
223 if (sizeof(T) > Obj.getData().size()) { in parseHeader()
286 uint64_t FileSize = Obj.getData().size(); in parseSegmentLoadCommand()
410 uint64_t FileSize = Obj.getData().size(); in checkSymtabCommand()
466 uint64_t FileSize = Obj.getData().size(); in checkDysymtabCommand()
597 uint64_t FileSize = Obj.getData().size(); in checkLinkeditDataCommand()
632 uint64_t FileSize = Obj.getData().size(); in checkDyldInfoCommand()
810 uint64_t FileSize = Obj.getData().size(); in checkNoteCommand()
885 uint64_t FileSize = Obj.getData().size(); in checkEncryptCommand()
1161 uint64_t FileSize = Obj.getData().size(); in checkTwoLevelHintsCommand()
1233 if (getData().data() + SizeOfHeaders > getData().end()) { in MachOObjectFile()
1716 if (Start < getData().begin() || Start >= getData().end()) { in getSymbolName()
1902 uint64_t FileSize = getData().size(); in getSectionSize()
1925 Res = this->getData().substr(Offset, Size); in getSectionContents()
4578 return getData().substr(S.stroff, S.strsize); in getStringTableData()
4588 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s()