Home
last modified time | relevance | path

Searched refs:get_symbol_64 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3534 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()
4211 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name()
4263 const char *symbol_name = get_symbol_64( in get_objc2_64bit_cfstring_name()
4290 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_selref()
4349 const char *name = get_symbol_64(i, S, info, n_value, p); in walk_pointer_list_64()
4483 sym_name = get_symbol_64(offset + offsetof(struct method64_t, name), S, in print_method_list64_t()
4707 sym_name = get_symbol_64(offset, S, info, n_value, q); in print_protocol_list64_t()
5103 sym_name = get_symbol_64(offset + offsetof(struct ivar64_t, offset), S, in print_ivar_list64_t()
5581 name = get_symbol_64(offset + offsetof(struct class64_t, isa), S, info, in print_class64_t()
[all …]