mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: Update the ABI representation
1 symbol(s) added 'void __bitmap_xor(unsigned long int *, const unsigned long int *, const unsigned long int *, unsigned int)' Bug: 228779790 Signed-off-by: Jack Diver <diverj@google.com> Change-Id: Ia7622941d313214eaf1aaf26aba64e0e149fa7ca
This commit is contained in:
committed by
Matthias Männich
parent
d451b4eee2
commit
66047fb431
@@ -23,6 +23,7 @@
|
|||||||
<elf-symbol name='__bitmap_or' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xa084749a'/>
|
<elf-symbol name='__bitmap_or' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xa084749a'/>
|
||||||
<elf-symbol name='__bitmap_set' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x615911d7'/>
|
<elf-symbol name='__bitmap_set' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x615911d7'/>
|
||||||
<elf-symbol name='__bitmap_weight' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x63c4d61f'/>
|
<elf-symbol name='__bitmap_weight' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x63c4d61f'/>
|
||||||
|
<elf-symbol name='__bitmap_xor' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xf6fc8791'/>
|
||||||
<elf-symbol name='__blk_mq_end_request' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x9fa4604e'/>
|
<elf-symbol name='__blk_mq_end_request' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x9fa4604e'/>
|
||||||
<elf-symbol name='__blk_rq_map_sg' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x585d85b4'/>
|
<elf-symbol name='__blk_rq_map_sg' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x585d85b4'/>
|
||||||
<elf-symbol name='__cfg80211_alloc_event_skb' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x5d2d07ef'/>
|
<elf-symbol name='__cfg80211_alloc_event_skb' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x5d2d07ef'/>
|
||||||
@@ -106038,6 +106039,13 @@
|
|||||||
<parameter type-id='f0981eeb' name='bits' filepath='lib/bitmap.c' line='334' column='1'/>
|
<parameter type-id='f0981eeb' name='bits' filepath='lib/bitmap.c' line='334' column='1'/>
|
||||||
<return type-id='95e97e5e'/>
|
<return type-id='95e97e5e'/>
|
||||||
</function-decl>
|
</function-decl>
|
||||||
|
<function-decl name='__bitmap_xor' mangled-name='__bitmap_xor' filepath='lib/bitmap.c' line='265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__bitmap_xor'>
|
||||||
|
<parameter type-id='1d2c2b85' name='dst' filepath='lib/bitmap.c' line='265' column='1'/>
|
||||||
|
<parameter type-id='f9b37274' name='bitmap1' filepath='lib/bitmap.c' line='265' column='1'/>
|
||||||
|
<parameter type-id='f9b37274' name='bitmap2' filepath='lib/bitmap.c' line='266' column='1'/>
|
||||||
|
<parameter type-id='f0981eeb' name='bits' filepath='lib/bitmap.c' line='266' column='1'/>
|
||||||
|
<return type-id='48b5725f'/>
|
||||||
|
</function-decl>
|
||||||
<function-decl name='__blk_mq_end_request' mangled-name='__blk_mq_end_request' filepath='block/blk-mq.c' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__blk_mq_end_request'>
|
<function-decl name='__blk_mq_end_request' mangled-name='__blk_mq_end_request' filepath='block/blk-mq.c' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__blk_mq_end_request'>
|
||||||
<parameter type-id='3dad1a48' name='rq' filepath='block/blk-mq.c' line='539' column='1'/>
|
<parameter type-id='3dad1a48' name='rq' filepath='block/blk-mq.c' line='539' column='1'/>
|
||||||
<parameter type-id='f4e2facd' name='error' filepath='block/blk-mq.c' line='539' column='1'/>
|
<parameter type-id='f4e2facd' name='error' filepath='block/blk-mq.c' line='539' column='1'/>
|
||||||
|
|||||||
@@ -78,6 +78,7 @@
|
|||||||
__bitmap_set
|
__bitmap_set
|
||||||
bitmap_to_arr32
|
bitmap_to_arr32
|
||||||
__bitmap_weight
|
__bitmap_weight
|
||||||
|
__bitmap_xor
|
||||||
blk_abort_request
|
blk_abort_request
|
||||||
blk_alloc_queue
|
blk_alloc_queue
|
||||||
blk_check_plugged
|
blk_check_plugged
|
||||||
|
|||||||
Reference in New Issue
Block a user