Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/
DREADME.md3 `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>
DAndroid.bp84 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/
DREADME.md3 [go/android-lego-kernel-vndk-abi](http://go/android-lego-kernel-vndk-abi)
/development/scripts/
Dsymbol.py350 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
Dstack_core.py432 def assert_register_matches(self, abi, example_crash, stupid_pattern): argument
/development/vndk/tools/abi-tool/
DREADME.md25 $ cd development/vndk/tools/abi-tool
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dprocessor.h75 struct mips_abi *abi; member
Delf.h203 …t_personality(PER_SVR4); set_personality(PER_LINUX); current->thread.abi = &mips_abi; } whi…
/development/build/tools/
Dmk_sdk_repo_xml.sh105 Platform.IncludedAbi included-abi 5
122 SystemImage.Abi abi r:3,s:1
/development/ndk/platforms/
DREADME.CRT.TXT119 See http://sourcery.mentor.com/public/cxx-abi/abi.html#dso-dtor
/development/build/
Dsdk.atree241 # Note: the kernel image is handled by sdk-android-<abi>.atree now.