Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3682 struct method32_t { struct
3983 inline void swapStruct(struct method32_t &m) { in swapStruct()
4539 struct method32_t m; in print_method_list32_t()
4564 memset(&m, '\0', sizeof(struct method32_t)); in print_method_list32_t()
4565 if (left < sizeof(struct method32_t)) { in print_method_list32_t()
4569 memcpy(&m, r, sizeof(struct method32_t)); in print_method_list32_t()
4586 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t()
4592 p += sizeof(struct method32_t); in print_method_list32_t()
4593 offset += sizeof(struct method32_t); in print_method_list32_t()