Searched refs:abi (Results 1 – 10 of 10) sorted by relevance
/development/vndk/tools/header-checker/ |
D | README.md | 5 [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 …]
|
D | Android.bp | 53 name: "header-abi-dumper", 85 name: "header-abi-linker-defaults", 104 name: "header-abi-linker", 108 "header-abi-linker-defaults", 117 name: "header-abi-diff", 121 "header-abi-linker-defaults", 132 name: "merge-abi-diff", 136 "header-abi-linker-defaults",
|
/development/scripts/ |
D | disassemble_tombstone.py | 35 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'):
|
D | symbol.py | 484 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
|
D | stack_core.py | 445 def assert_register_matches(self, abi, example_crash, stupid_pattern): argument
|
/development/tools/compare_failed_tests/ |
D | compare_failed_tests.py | 111 abi = module.attrib['abi'] 134 if abi in tests[test_name]: 137 tests[test_name][abi] = test.attrib['result']
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | exported_symbol_set.cpp | 79 abi::__cxa_demangle(name.c_str(), nullptr, nullptr, nullptr)); in HasSymbol()
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 109 Platform.IncludedAbi included-abi 5 126 SystemImage.Abi abi r:3,s:1
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | project.csv | 189 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
|
/development/build/ |
D | sdk.atree | 254 # Note: the kernel image is handled by sdk-android-<abi>.atree now.
|