Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3794 struct category32_t { struct
4090 inline void swapStruct(struct category32_t &c) { in swapStruct()
6105 struct category32_t c; in print_category32_t()
6114 memset(&c, '\0', sizeof(struct category32_t)); in print_category32_t()
6115 if (left < sizeof(struct category32_t)) { in print_category32_t()
6119 memcpy(&c, r, sizeof(struct category32_t)); in print_category32_t()
6124 name = get_symbol_32(offset + offsetof(struct category32_t, name), S, info, in print_category32_t()