Home
last modified time | relevance | path

Searched defs:category32_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3565 struct category32_t { struct
3566 uint32_t name; /* const char * (32-bit pointer) */
3567 uint32_t cls; /* struct class_t * (32-bit pointer) */
3568 uint32_t instanceMethods; /* struct method_list_t * (32-bit pointer) */
3569 uint32_t classMethods; /* struct method_list_t * (32-bit pointer) */
3570 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */
3571 uint32_t instanceProperties; /* struct objc_property_list *