Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3486 struct method32_t { struct
3787 inline void swapStruct(struct method32_t &m) { in swapStruct()
4343 struct method32_t m; in print_method_list32_t()
4368 memset(&m, '\0', sizeof(struct method32_t)); in print_method_list32_t()
4369 if (left < sizeof(struct method32_t)) { in print_method_list32_t()
4373 memcpy(&m, r, sizeof(struct method32_t)); in print_method_list32_t()
4390 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t()
4396 p += sizeof(struct method32_t); in print_method_list32_t()
4397 offset += sizeof(struct method32_t); in print_method_list32_t()