Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/
DREADME.md5 [header-abi-dumper](#Header-ABI-Dumper),
6 [header-abi-linker](#Header-ABI-Linker), and
7 [header-abi-diff](#Header-ABI-Diff). The first two commands generate ABI dumps
9 reference ABI dumps in [prebuilts/abi-dumps]. If there are no ABI dumps under
10 [prebuilts/abi-dumps], follow the instructions in
13 [prebuilts/abi-dumps]: https://android.googlesource.com/platform/prebuilts/abi-dumps
18 `header-abi-dumper` dumps the ABIs (including classes, functions, variables,
29 header-abi-dumper -o <dump-file> <source_file> \
37 For more command line options, run `header-abi-dumper --help`.
42 `header-abi-linker` links several ABI dumps produced by `header-abi-dumper`.
[all …]
DAndroid.bp53 name: "header-abi-dumper",
85 name: "header-abi-linker-defaults",
104 name: "header-abi-linker",
108 "header-abi-linker-defaults",
118 name: "header-abi-diff",
122 "header-abi-linker-defaults",
/development/scripts/
Ddisassemble_tombstone.py35 abi = None
42 abi = abi_header.group(2)
44 tools = architecture.Architecture(abi)
70 abi, tools, code_reg, register_text, line_generator):
88 def ProcessCodeBlock(abi, tools, register_name, register_text, line_generator): argument
94 if abi == 'arm' and int(register_text['cpsr'], 16) & 0x20:
144 if abi.startswith('arm'):
Dsymbol.py484 abi = toolchain_match.group(1)
485 if abi == "aarch64":
488 if abi == "x86":
490 elif abi == "mips":
492 return abi
551 def assert_toolchain_found(self, abi): argument
553 ARCH = abi
Dstack_core.py453 def assert_register_matches(self, abi, example_crash, stupid_pattern): argument
/development/vndk/tools/header-checker/Documentation/
DDevelopment.md20 To build `header-abi-dumper`, `header-abi-linker` and `header-abi-diff`:
/development/tools/compare_failed_tests/
Dcompare_failed_tests.py111 abi = module.attrib['abi']
134 if abi in tests[test_name]:
137 tests[test_name][abi] = test.attrib['result']
/development/build/
Dsdk-darwin-x86.atree41 prebuilts/sdk/tools/darwin/lib64/libc++abi.1.dylib strip build-tools/${PLATFORM_NAME}/lib64/libc+…
Dsdk.atree252 # Note: the kernel image is handled by sdk-android-<abi>.atree now.
/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.cpp79 abi::__cxa_demangle(name.c_str(), nullptr, nullptr, nullptr)); in HasSymbol()
/development/build/tools/
Dmk_sdk_repo_xml.sh109 Platform.IncludedAbi included-abi 5
126 SystemImage.Abi abi r:3,s:1
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dproject.csv189 2018/03/02,platform/external/abi-compliance-checker,,Downstream Only Projects,0,0,0,0,0
467 2018/03/02,platform/external/abi-dumper,,Downstream Only Projects,0,0,0,0,0
650 2018/03/02,,platform/abi/cpp,Upstream Only Projects,0,0,0,0,0
Dcommit.csv634 …latform/cts,fake_T8370HFyR-2DFAwGfbMwCg@fakeemail.com,Add a presubmit tests for CTS for abi bitness
3272 …,platform/cts,fake_T8370HFyR-2DFAwGfbMwCg@fakeemail.com,Option --abi supersedes --primary-abi-only.
22170 …nal/libcxx,fake_WL3rKqdFRRqrumoFM8Y3MA@fakeemail.com,Framework to allow testing of static libc++abi
22382 …pRTx6YQwQMN1mW9Q@fakeemail.com,Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a
22414 …W9Q@fakeemail.com,[libc++] Add option to disable new/delete overloads when libc++abi provides them.
22520 …fakeemail.com,"Reland ""[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets"""
22666 …pRTx6YQwQMN1mW9Q@fakeemail.com,Work around GCC linking errors within libc++abi due to missing new/…
22913 …x6YQwQMN1mW9Q@fakeemail.com,[libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
23068 …3a69081b,platform/external/libcxx,fake_1ViOpRpRTx6YQwQMN1mW9Q@fakeemail.com,Fix GCC libc++abi build
23252 …pV8TP7w@fakeemail.com,[libcxx] Add build/test support for the externally threaded libc++abi variant
[all …]