Searched refs:findCommand (Results 1 – 4 of 4) sorted by relevance
31 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in hasObjCSection()
776 if (const load_command *cmd = findCommand(hdr, LP::segmentLCType)) { in parse()784 if (const load_command *cmd = findCommand(hdr, LC_SYMTAB)) { in parse()829 const load_command *cmd = findCommand(buf, LC_DATA_IN_CODE); in parseDataInCode()979 if (const load_command *cmd = findCommand(hdr, LC_ID_DYLIB)) { in DylibFile()1010 if (const load_command *cmd = findCommand(hdr, LC_DYLD_INFO_ONLY)) { in DylibFile()
236 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand() function
743 findCommand(objFile->mb.getBufferStart(), LP::segmentLCType)); in collectDataInCodeEntries()