Searched refs:abi (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | __cxa_demangle_test.cpp | 52 char* p = abi::__cxa_demangle("1\006ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE", 0, 0, 0); in TEST() 70 char* p = abi::__cxa_demangle("DTLeeeeeeeeeeeeeeeeeeeeeeeeeEEEEeeEEEE", 0, 0, 0); in TEST()
|
/bionic/libc/kernel/uapi/sound/sof/ |
D | header.h | 14 __u32 abi; member
|
D | fw.h | 51 __u32 abi; member
|
/bionic/libc/malloc_debug/ |
D | UnwindBacktrace.cpp | 92 abi::__cxa_demangle(info->function_name.c_str(), nullptr, nullptr, nullptr); in UnwindLog()
|
D | backtrace.cpp | 157 char* demangled_name = abi::__cxa_demangle(symbol, nullptr, nullptr, nullptr); in backtrace_string()
|
D | PointerData.cpp | 620 abi::__cxa_demangle(frame.function_name.c_str(), nullptr, nullptr, nullptr); in DumpLiveToFile()
|
/bionic/docs/ |
D | README.md | 10 * [32-bit ABI bugs](32-bit-abi.md) - historical accidents we can never fix.
|
/bionic/libc/kernel/uapi/sound/ |
D | asoc.h | 114 __le32 abi; member
|
/bionic/ |
D | README.md | 431 See [32-bit ABI bugs](docs/32-bit-abi.md).
|