Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 08deb99

Browse files
Seiya-Pegasusmyxoid
authored andcommitted
ANDROID: GKI: Update symbol list for mtk
2 function symbol(s) added 'int ptp_find_pin(struct ptp_clock*, enum ptp_pin_function, unsigned int)' 'int ptp_schedule_worker(struct ptp_clock*, unsigned long)' Bug: 376165736 Change-Id: I86c51cec072155cc2ec6eaf1bd54f0a93bec3329 Signed-off-by: Seiya Wang <[email protected]>
1 parent 02b19dc commit 08deb99

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

android/abi_gki_aarch64.stg

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329924,6 +329924,12 @@ function {
329924329924
parameter_id: 0x2efe8065
329925329925
parameter_id: 0x6720d32f
329926329926
}
329927+
function {
329928+
id: 0x97a52d07
329929+
return_type_id: 0x6720d32f
329930+
parameter_id: 0x2ba06eea
329931+
parameter_id: 0x33756485
329932+
}
329927329933
function {
329928329934
id: 0x97a9f709
329929329935
return_type_id: 0xf435685e
@@ -405338,6 +405344,15 @@ elf_symbol {
405338405344
type_id: 0x9768f895
405339405345
full_name: "ptp_clock_unregister"
405340405346
}
405347+
elf_symbol {
405348+
id: 0xa07a6e08
405349+
name: "ptp_find_pin"
405350+
is_defined: true
405351+
symbol_type: FUNCTION
405352+
crc: 0xe7656a33
405353+
type_id: 0x979ed47c
405354+
full_name: "ptp_find_pin"
405355+
}
405341405356
elf_symbol {
405342405357
id: 0x8cf796f6
405343405358
name: "ptp_find_pin_unlocked"
@@ -405356,6 +405371,15 @@ elf_symbol {
405356405371
type_id: 0x9587d027
405357405372
full_name: "ptp_parse_header"
405358405373
}
405374+
elf_symbol {
405375+
id: 0x496c5195
405376+
name: "ptp_schedule_worker"
405377+
is_defined: true
405378+
symbol_type: FUNCTION
405379+
crc: 0xb7b63ef6
405380+
type_id: 0x97a52d07
405381+
full_name: "ptp_schedule_worker"
405382+
}
405359405383
elf_symbol {
405360405384
id: 0x177fa0e0
405361405385
name: "public_key_verify_signature"
@@ -432666,8 +432690,10 @@ interface {
432666432690
symbol_id: 0x8becb370
432667432691
symbol_id: 0x42a88d96
432668432692
symbol_id: 0xb36e22d3
432693+
symbol_id: 0xa07a6e08
432669432694
symbol_id: 0x8cf796f6
432670432695
symbol_id: 0x683db5bf
432696+
symbol_id: 0x496c5195
432671432697
symbol_id: 0x177fa0e0
432672432698
symbol_id: 0xd38a2f2a
432673432699
symbol_id: 0x11d4227b

android/abi_gki_aarch64_mtk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,6 +2232,8 @@
22322232
__pskb_pull_tail
22332233
pskb_put
22342234
___pskb_trim
2235+
ptp_find_pin
2236+
ptp_schedule_worker
22352237
put_cmsg
22362238
__put_cred
22372239
put_device

0 commit comments

Comments
 (0)