Searched refs:load_cmd (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py1201 load_cmd = "target modules load --file %s --slide %s" % (exec_full_path, str(slide_value))
1202 print load_cmd
1203 print lldb_run_command(load_cmd)
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp4179 const struct load_command * load_cmd = NULL; local
4204 load_cmd = (const struct load_command *)&header[1];
4207 if (load_cmd->cmd == LC_UUID) {
4208 uuid_cmd = (struct uuid_command *)load_cmd;
4212 load_cmd = (struct load_command *)((caddr_t)load_cmd + load_cmd->cmdsize);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c16388 struct load_command* load_cmd = (struct load_command *)&header[1];
16391 if (load_cmd->cmd == LC_UUID) {
16392 struct uuid_command* uuid_cmd = (struct uuid_command *)load_cmd;
16397 load_cmd = (struct load_command *)((caddr_t)load_cmd + load_cmd->cmdsize);

Completed in 262 milliseconds