Lines Matching refs:in
14 etc) defined in a C/C++ source file.
18 only include the classes, the functions, and the variables that are defined in
38 This tool combines all the ABI information present in the input ABI dump files
70 * `1`: Changes to APIs unreferenced by symbols in the `.dynsym` table
73 * `16`: ELF incompatible (Some symbols in the `.dynsym` table, not exported by
78 be placed in the dump directory, such as
135 a flag is present in both CLI and config sections, the library config section
138 ## Opt-in ABI check
144 1. Set the ABI checker properties in Android.bp. For example,
172 2. Follow the instructions in
173 [Update Opt-in Reference ABI Dumps](#Update-Opt_in-Reference-ABI-Dumps)
174 to generate ABI dumps in the `ref_dump_dirs`.
189 **current version**, **opt-in**, and **previous version**. The ABI difference
219 #### Update Opt-in Reference ABI Dumps
222 **opt-in** ABI reference dumps, it instructs you to run
244 in `libfoo` between the current source and the previous version, `33`:
246 1. Open `libfoo.so.33.abidiff` which is located in
268 3. Create or edit `config.json` in every directory, for instance,
285 The config above makes the ABI tools ignore the difference in type
286 `_ZTI3bar` in `libfoo`. If the API level of this branch has been finalized
334 `enabled` in its Android.bp. For example,