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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2550 // 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, function
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(offse
[all...]

Completed in 172 milliseconds