Lines Matching refs:get_symbol_64
3534 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() function
3596 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
4227 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name()
4279 const char *symbol_name = get_symbol_64( in get_objc2_64bit_cfstring_name()
4306 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_selref()
4365 const char *name = get_symbol_64(i, S, info, n_value, p); in walk_pointer_list_64()
4588 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
4605 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S, in print_method_list64_t()
4622 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info, in print_method_list64_t()
4819 sym_name = get_symbol_64(offset, S, info, n_value, q); in print_protocol_list64_t()
4846 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S, in print_protocol_list64_t()
4866 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods), in print_protocol_list64_t()
4883 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S, in print_protocol_list64_t()
5215 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, offset), S, in print_ivar_list64_t()
5236 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, name), S, info, in print_ivar_list64_t()
5253 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, type), S, info, in print_ivar_list64_t()
5385 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S, in print_objc_property_list64()
5403 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S, in print_objc_property_list64()
5511 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, name), S, in print_class_ro64_t()
5528 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
5545 get_symbol_64(offset + offsetof(struct class_ro64_t, baseProtocols), S, in print_class_ro64_t()
5561 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, ivars), S, in print_class_ro64_t()
5578 get_symbol_64(offset + offsetof(struct class_ro64_t, weakIvarLayout), S, in print_class_ro64_t()
5594 get_symbol_64(offset + offsetof(struct class_ro64_t, baseProperties), S, in print_class_ro64_t()
5693 name = get_symbol_64(offset + offsetof(struct class64_t, isa), S, info, in print_class64_t()
5700 name = get_symbol_64(offset + offsetof(struct class64_t, superclass), S, info, in print_class64_t()
5713 name = get_symbol_64(offset + offsetof(struct class64_t, cache), S, info, in print_class64_t()
5720 name = get_symbol_64(offset + offsetof(struct class64_t, vtable), S, info, in print_class64_t()
5726 name = get_symbol_64(offset + offsetof(struct class64_t, data), S, info, in print_class64_t()
6005 sym_name = get_symbol_64(offset + offsetof(struct category64_t, name), S, in print_category64_t()
6022 sym_name = get_symbol_64(offset + offsetof(struct category64_t, cls), S, info, in print_category64_t()
6039 get_symbol_64(offset + offsetof(struct category64_t, instanceMethods), S, in print_category64_t()
6055 sym_name = get_symbol_64(offset + offsetof(struct category64_t, classMethods), in print_category64_t()
6071 sym_name = get_symbol_64(offset + offsetof(struct category64_t, protocols), S, in print_category64_t()
6088 get_symbol_64(offset + offsetof(struct category64_t, instanceProperties), in print_category64_t()
6187 name = get_symbol_64(offset + offsetof(struct message_ref64, imp), S, info, in print_message_refs64()
6200 sym_name = get_symbol_64(offset + offsetof(struct message_ref64, sel), S, in print_message_refs64()