Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp3822 struct category32_t { struct
3823 uint32_t name; /* const char * (32-bit pointer) */
3824 uint32_t cls; /* struct class_t * (32-bit pointer) */
3825 uint32_t instanceMethods; /* struct method_list_t * (32-bit pointer) */
3826 uint32_t classMethods; /* struct method_list_t * (32-bit pointer) */
3827 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */
3828 uint32_t instanceProperties; /* struct objc_property_list *