Searched refs:mach_find_command (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.cpp54 mach_find_command((struct mach_header_64 *)mach_base, LC_SYMTAB);
106 void* MachODecoder::mach_find_command(struct mach_header_64 * mach_base, uint32_t command_wanted) { function in class:MachODecoder

Completed in 22 milliseconds