Searched refs:get_symbol_32 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2462 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() function 3255 const char *name = get_symbol_32(i, S, info, p); in walk_pointer_list_32() 3442 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t() 4527 get_symbol_32(offset + offsetof(struct class32_t, isa), S, info, c.isa); in print_class32_t() 4533 name = get_symbol_32(offset + offsetof(struct class32_t, superclass), S, info, in print_class32_t() 4540 name = get_symbol_32(offset + offsetof(struct class32_t, cache), S, info, in print_class32_t() 4547 name = get_symbol_32(offset + offsetof(struct class32_t, vtable), S, info, in print_class32_t() 4554 get_symbol_32(offset + offsetof(struct class32_t, data), S, info, c.data); in print_class32_t() 4872 name = get_symbol_32(offset + offsetof(struct category32_t, name), S, info, in print_category32_t() 4993 name = get_symbol_32(offset + offsetof(struct message_ref32, imp), S, info, in print_message_refs32()
|