mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: GKI: Add new symbol list for arg
Adds a new symbol list for android aarch64. ``` 3 function symbol(s) added 'ssize_t iio_enum_available_read(struct iio_dev*, uintptr_t, const struct iio_chan_spec*, char*)' 'ssize_t iio_enum_read(struct iio_dev*, uintptr_t, const struct iio_chan_spec*, char*)' 'ssize_t iio_enum_write(struct iio_dev*, uintptr_t, const struct iio_chan_spec*, const char*, size_t)' ``` Bug: 386822958 Change-Id: I43b8c50200006f93404c12be546304eb71858334 Signed-off-by: Rishi Sikka <rishisikka@google.com>
This commit is contained in:
committed by
Treehugger Robot
parent
1ffc24e7e8
commit
773ad7ab13
@@ -99,6 +99,7 @@ filegroup(
|
||||
name = "aarch64_additional_kmi_symbol_lists",
|
||||
srcs = [
|
||||
# keep sorted
|
||||
"android/abi_gki_aarch64_arg",
|
||||
"android/abi_gki_aarch64_asr",
|
||||
"android/abi_gki_aarch64_asus",
|
||||
"android/abi_gki_aarch64_bcmstb",
|
||||
|
||||
@@ -379633,6 +379633,33 @@ elf_symbol {
|
||||
type_id: 0x16bab633
|
||||
full_name: "iio_device_unregister"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe5481ec8
|
||||
name: "iio_enum_available_read"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xcb388b01
|
||||
type_id: 0x13641115
|
||||
full_name: "iio_enum_available_read"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x2bfd6710
|
||||
name: "iio_enum_read"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x1972438f
|
||||
type_id: 0x13641115
|
||||
full_name: "iio_enum_read"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xbd0b946f
|
||||
name: "iio_enum_write"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xafda2d93
|
||||
type_id: 0x1364c655
|
||||
full_name: "iio_enum_write"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xef661661
|
||||
name: "iio_format_value"
|
||||
@@ -421402,6 +421429,9 @@ interface {
|
||||
symbol_id: 0x49e3dfdd
|
||||
symbol_id: 0x7a6b0e4c
|
||||
symbol_id: 0xe0909072
|
||||
symbol_id: 0xe5481ec8
|
||||
symbol_id: 0x2bfd6710
|
||||
symbol_id: 0xbd0b946f
|
||||
symbol_id: 0xef661661
|
||||
symbol_id: 0x83815ff1
|
||||
symbol_id: 0x01f28688
|
||||
|
||||
2564
android/abi_gki_aarch64_arg
Normal file
2564
android/abi_gki_aarch64_arg
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user