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

/macosx-10.9.5/dyld-239.4/launch-cache/
H A DObjCModernAbstraction.hpp153 class objc_method_t { class
163 public std::binary_function<const objc_method_t<A>&,
164 const objc_method_t<A>&, bool>
166 bool operator() (const objc_method_t<A>& lhs,
167 const objc_method_t<A>& rhs)
178 objc_method_t<A> first;
186 typedef entsize_iterator< A, objc_method_t<A>, objc_method_list_t<A> > method_iterator;
192 objc_method_t<A>& get(uint32_t i) const { return *(objc_method_t<A> *)((uint8_t *)&first + i * getEntsize()); }
198 static uint32_t byteSizeForCount(uint32_t c, uint32_t e = sizeof(objc_method_t<
[all...]
/macosx-10.9.5/cctools-845/otool/
H A Dprint_objc.c96 struct objc_method_t { struct
106 struct objc_method_t method_list[1]; /* variable length structure */
253 struct objc_method_t *method,
454 struct objc_method_t **methods,
1410 struct objc_method_t *methods, method;
1431 if((i + 1) * sizeof(struct objc_method_t) > methods_left){
1436 memcpy(&method, methods + i, sizeof(struct objc_method_t));
1977 struct objc_method_t **methods,
1997 sizeof(struct objc_method_t)){
2002 sizeof(struct objc_method_t));
[all...]

Completed in 122 milliseconds