Lines Matching refs:get_symbol_64
2401 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() function
2466 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
3074 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name()
3126 const char *symbol_name = get_symbol_64( in get_objc2_64bit_cfstring_name()
3153 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_selref()
3203 const char *name = get_symbol_64(i, S, info, n_value, p); in walk_pointer_list_64()
3339 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
3356 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t()
3373 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t()
3563 sym_name = get_symbol_64(offset, S, info, n_value, q); in print_protocol_list64_t()
3590 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t()
3610 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t()
3627 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
3959 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, offset), S, in print_ivar_list64_t()
3980 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, name), S, info, in print_ivar_list64_t()
3997 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, type), S, info, in print_ivar_list64_t()
4129 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S, in print_objc_property_list64()
4147 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S, in print_objc_property_list64()
4260 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, name), S, in print_class_ro64_t()
4277 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
4294 get_symbol_64(offset + offsetof(struct class_ro64_t, baseProtocols), S, in print_class_ro64_t()
4310 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, ivars), S, in print_class_ro64_t()
4327 get_symbol_64(offset + offsetof(struct class_ro64_t, weakIvarLayout), S, in print_class_ro64_t()
4343 get_symbol_64(offset + offsetof(struct class_ro64_t, baseProperties), S, in print_class_ro64_t()
4447 name = get_symbol_64(offset + offsetof(struct class64_t, isa), S, info, in print_class64_t()
4454 name = get_symbol_64(offset + offsetof(struct class64_t, superclass), S, info, in print_class64_t()
4461 name = get_symbol_64(offset + offsetof(struct class64_t, cache), S, info, in print_class64_t()
4468 name = get_symbol_64(offset + offsetof(struct class64_t, vtable), S, info, in print_class64_t()
4474 name = get_symbol_64(offset + offsetof(struct class64_t, data), S, info, in print_class64_t()
4753 sym_name = get_symbol_64(offset + offsetof(struct category64_t, name), S, in print_category64_t()
4770 sym_name = get_symbol_64(offset + offsetof(struct category64_t, cls), S, info, in print_category64_t()
4787 get_symbol_64(offset + offsetof(struct category64_t, instanceMethods), S, in print_category64_t()
4803 sym_name = get_symbol_64(offset + offsetof(struct category64_t, classMethods), in print_category64_t()
4819 sym_name = get_symbol_64(offset + offsetof(struct category64_t, protocols), S, in print_category64_t()
4836 get_symbol_64(offset + offsetof(struct category64_t, instanceProperties), in print_category64_t()
4930 name = get_symbol_64(offset + offsetof(struct message_ref64, imp), S, info, in print_message_refs64()
4943 sym_name = get_symbol_64(offset + offsetof(struct message_ref64, sel), S, in print_message_refs64()