Lines Matching refs:get_symbol_64

2550 // get_symbol_64() returns the name of a symbol (or nullptr) and the address of
2555 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S,
2625 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue);
3233 const char *symbol_name = get_symbol_64(offset, S, info, n_value);
3285 const char *symbol_name = get_symbol_64(
3312 const char *symbol_name = get_symbol_64(offset, S, info, n_value);
3362 const char *name = get_symbol_64(i, S, info, n_value, p);
3498 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S,
3515 sym_name = get_symbol_64(offset + offsetof(struct method64_t, types), S,
3532 name = get_symbol_64(offset + offsetof(struct method64_t, imp), S, info,
3722 sym_name = get_symbol_64(offset, S, info, n_value, q);
3749 sym_name = get_symbol_64(offset + offsetof(struct protocol64_t, name), S,
3769 get_symbol_64(offset + offsetof(struct protocol64_t, instanceMethods),
3786 get_symbol_64(offset + offsetof(struct protocol64_t, classMethods), S,
4118 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, offset), S,
4139 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, name), S, info,
4156 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, type), S, info,
4288 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S,
4306 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S,
4419 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, name), S,
4436 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods),
4453 get_symbol_64(offset + offsetof(struct class_ro64_t, baseProtocols), S,
4469 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, ivars), S,
4486 get_symbol_64(offset + offsetof(struct class_ro64_t, weakIvarLayout), S,
4502 get_symbol_64(offset + offsetof(struct class_ro64_t, baseProperties), S,
4606 name = get_symbol_64(offset + offsetof(struct class64_t, isa), S, info,
4613 name = get_symbol_64(offset + offsetof(struct class64_t, superclass), S, info,
4620 name = get_symbol_64(offset + offsetof(struct class64_t, cache), S, info,
4627 name = get_symbol_64(offset + offsetof(struct class64_t, vtable), S, info,
4633 name = get_symbol_64(offset + offsetof(struct class64_t, data), S, info,
4912 sym_name = get_symbol_64(offset + offsetof(struct category64_t, name), S,
4929 sym_name = get_symbol_64(offset + offsetof(struct category64_t, cls), S, info,
4946 get_symbol_64(offset + offsetof(struct category64_t, instanceMethods), S,
4962 sym_name = get_symbol_64(offset + offsetof(struct category64_t, classMethods),
4978 sym_name = get_symbol_64(offset + offsetof(struct category64_t, protocols), S,
4995 get_symbol_64(offset + offsetof(struct category64_t, instanceProperties),
5089 name = get_symbol_64(offset + offsetof(struct message_ref64, imp), S, info,
5102 sym_name = get_symbol_64(offset + offsetof(struct message_ref64, sel), S,