Home
last modified time | relevance | path

Searched refs:objc_property_list32 (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3796 struct objc_property_list32 { struct
4088 inline void swapStruct(struct objc_property_list32 &pl) { in swapStruct()
5352 struct objc_property_list32 opl; in print_objc_property_list32()
5362 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
5363 if (left < sizeof(struct objc_property_list32)) { in print_objc_property_list32()
5367 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
5373 p += sizeof(struct objc_property_list32); in print_objc_property_list32()
5374 offset += sizeof(struct objc_property_list32); in print_objc_property_list32()