Searched refs:get_symbol_32 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2518 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() function 3311 const char *name = get_symbol_32(i, S, info, p); in walk_pointer_list_32() 3496 name = get_symbol_32(offset + offsetof(struct method32_t, imp), S, info, in print_method_list32_t() 4574 get_symbol_32(offset + offsetof(struct class32_t, isa), S, info, c.isa); in print_class32_t() 4580 name = get_symbol_32(offset + offsetof(struct class32_t, superclass), S, info, in print_class32_t() 4587 name = get_symbol_32(offset + offsetof(struct class32_t, cache), S, info, in print_class32_t() 4594 name = get_symbol_32(offset + offsetof(struct class32_t, vtable), S, info, in print_class32_t() 4601 get_symbol_32(offset + offsetof(struct class32_t, data), S, info, c.data); in print_class32_t() 4918 name = get_symbol_32(offset + offsetof(struct category32_t, name), S, info, in print_category32_t() 5039 name = get_symbol_32(offset + offsetof(struct message_ref32, imp), S, info, in print_message_refs32()
|