ANDROID: GKI: Update honda symbol list for ebtables
Add some missing symbols required for ebtables 2 function symbol(s) added 'int xt_register_target(struct xt_target*)' 'void xt_unregister_target(struct xt_target*)' Bug: 333795249 Change-Id: I8e80c481732ea07cc84c41bb70c18175fc5fd23b Signed-off-by: Norihiko Hama <Norihiko.Hama@alpsalpine.com>
This commit is contained in:
parent
e6dcd23df8
commit
a6cb9e0acf
2 changed files with 36 additions and 0 deletions
|
|
@ -300645,6 +300645,11 @@ function {
|
|||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x3c2dd1ca
|
||||
}
|
||||
function {
|
||||
id: 0x1f979e4e
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x3c3f3f74
|
||||
}
|
||||
function {
|
||||
id: 0x1f97abfa
|
||||
return_type_id: 0x48b5725f
|
||||
|
|
@ -310703,6 +310708,11 @@ function {
|
|||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x3c3fe9a7
|
||||
}
|
||||
function {
|
||||
id: 0x928f2cf2
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x3c3f3f74
|
||||
}
|
||||
function {
|
||||
id: 0x9291a5ba
|
||||
return_type_id: 0x3e10b518
|
||||
|
|
@ -404069,6 +404079,15 @@ elf_symbol {
|
|||
type_id: 0x9fdeaef3
|
||||
full_name: "xt_register_match"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xb2fbe60e
|
||||
name: "xt_register_target"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x52ab20be
|
||||
type_id: 0x928f2cf2
|
||||
full_name: "xt_register_target"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xffcb0fa2
|
||||
name: "xt_request_find_match"
|
||||
|
|
@ -404096,6 +404115,15 @@ elf_symbol {
|
|||
type_id: 0x12c61c4f
|
||||
full_name: "xt_unregister_match"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x15f1eb71
|
||||
name: "xt_unregister_target"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xd16885ed
|
||||
type_id: 0x1f979e4e
|
||||
full_name: "xt_unregister_target"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x0fc8c78d
|
||||
name: "zap_vma_ptes"
|
||||
|
|
@ -411997,9 +412025,11 @@ interface {
|
|||
symbol_id: 0x8eb67e0f
|
||||
symbol_id: 0xf6d0be30
|
||||
symbol_id: 0x7a3f2cd6
|
||||
symbol_id: 0xb2fbe60e
|
||||
symbol_id: 0xffcb0fa2
|
||||
symbol_id: 0xa2ee5f12
|
||||
symbol_id: 0x807b9318
|
||||
symbol_id: 0x15f1eb71
|
||||
symbol_id: 0x0fc8c78d
|
||||
symbol_id: 0xe8e0ea6a
|
||||
symbol_id: 0xa5d58813
|
||||
|
|
|
|||
|
|
@ -73,8 +73,14 @@
|
|||
xt_compat_unlock
|
||||
xt_data_to_user
|
||||
xt_find_match
|
||||
xt_register_target
|
||||
xt_request_find_match
|
||||
xt_request_find_target
|
||||
xt_unregister_target
|
||||
|
||||
# commonly required by ebt_*.ko modules
|
||||
xt_register_match
|
||||
xt_unregister_match
|
||||
|
||||
# required by ebt_arpreply.ko module
|
||||
arp_send
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue