Searched refs:abi (Results 1 – 11 of 11) sorted by relevance
/development/vndk/tools/header-checker/ |
D | README.md | 3 `header-abi-dumper` is a tool to dump the abi of a source. The Abi dumped 8 header-abi-dumper -o <dump-file> <source_file> -I <export-include-dir-1> -I 13 `header-abi-linker` is a tool to link abi dumps produced by header-abi-dumper. 14 This tool combines all the abi information present in the dump files passed to 18 header-abi-linker -o <linked-abi-dump> <abi-dump1> <abi-dump2> <abi-dump3> ... 22 `header-abi-diff` is a tool which compares two header abi dumps produced by 23 header-abi-dumper. It produces a report outlining all the differences in the 24 abi's exposed by the two dumps. 32 header-abi-diff -old <old-abi-dump> -new <new-abi-dump> -o <report>
|
D | Android.bp | 84 name: "header-abi-linker-lib-defaults", 88 "libheader-abi-util", 119 name: "header-abi-dumper", 127 "header-abi-dumper/src/*.cpp", 132 "libheader-abi-util", 152 name: "header-abi-linker", 156 "header-abi-linker-lib-defaults", 160 "header-abi-linker/src/*.cpp", 184 name: "header-abi-diff", 188 "header-abi-linker-lib-defaults", [all …]
|
/development/vndk/tools/abides/ |
D | README.md | 3 [go/android-lego-kernel-vndk-abi](http://go/android-lego-kernel-vndk-abi)
|
/development/scripts/ |
D | symbol.py | 350 abi = toolchain_match.group(1) 351 if abi == "aarch64": 354 if abi == "x86": 356 elif abi == "mips": 358 return abi 417 def assert_toolchain_found(self, abi): argument 419 ARCH = abi
|
D | stack_core.py | 432 def assert_register_matches(self, abi, example_crash, stupid_pattern): argument
|
/development/vndk/tools/abi-tool/ |
D | README.md | 25 $ cd development/vndk/tools/abi-tool
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | processor.h | 75 struct mips_abi *abi; member
|
D | elf.h | 203 …t_personality(PER_SVR4); set_personality(PER_LINUX); current->thread.abi = &mips_abi; } whi…
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 105 Platform.IncludedAbi included-abi 5 122 SystemImage.Abi abi r:3,s:1
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 119 See http://sourcery.mentor.com/public/cxx-abi/abi.html#dso-dtor
|
/development/build/ |
D | sdk.atree | 241 # Note: the kernel image is handled by sdk-android-<abi>.atree now.
|