Searched refs:command_wanted (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp51 void * mach_find_command(struct mach_header_64 * mach_base, uint32_t command_wanted);
H A Ddecoder_machO.cpp106 void* MachODecoder::mach_find_command(struct mach_header_64 * mach_base, uint32_t command_wanted) { argument
112 if (this_cmd->cmd == command_wanted) {

Completed in 29 milliseconds