Home
last modified time | relevance | path

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

/external/vixl/examples/
Dcustom-disassembler.cc97 const char* address_desc = FakeLookupTargetDescription(addr); in AppendCodeRelativeCodeAddressToOutput() local
98 if (address_desc != NULL) { in AppendCodeRelativeCodeAddressToOutput()
99 Disassembler::AppendToOutput(" ; %s", address_desc); in AppendCodeRelativeCodeAddressToOutput()