Searched refs:__nonnull_attribute__ (Results 1 – 11 of 11) sorted by relevance
/third_party/elfutils/libdw/ |
D | libdw.h | 276 __nonnull_attribute__ (3); 286 __nonnull_attribute__ (3); 302 __nonnull_attribute__ (3); 337 __nonnull_attribute__ (1, 2, 5, 6); 359 Dwarf_Die *result) __nonnull_attribute__ (3); 364 __nonnull_attribute__ (3); 375 __nonnull_attribute__ (2); 387 __nonnull_attribute__ (3); 404 __nonnull_attribute__ (2); 408 Dwarf_Die *result) __nonnull_attribute__ (3); [all …]
|
D | cfi.h | 195 __nonnull_attribute__ (1) internal_function; 200 __nonnull_attribute__ (1, 3) internal_function; 204 __nonnull_attribute__ (1) internal_function; 210 __nonnull_attribute__ (1) internal_function; 215 __nonnull_attribute__ (1) internal_function; 222 __nonnull_attribute__ (1, 2, 4) internal_function;
|
D | libdwP.h | 623 __nonnull_attribute__ (1); 626 __nonnull_attribute__ (1); 630 __attribute__ ((__malloc__)) __nonnull_attribute__ (1); 645 __nonnull_attribute__ (4) internal_function; 649 __nonnull_attribute__ (1) internal_function; 653 __nonnull_attribute__ (1) internal_function; 657 __nonnull_attribute__ (1) internal_function; 661 __nonnull_attribute__ (1) internal_function; 670 __nonnull_attribute__ (1) internal_function; 676 __nonnull_attribute__ (1) internal_function; [all …]
|
D | ChangeLog | 1328 redundant NULL tests on parameters declared with __nonnull_attribute__. 3067 * libdw.h (dwarf_diecu): Add __nonnull_attribute__. 3068 (dwarf_child): Don't list arg 1 in __nonnull_attribute__.
|
/third_party/elfutils/include/elfutils/ |
D | libdwfl.h | 89 __nonnull_attribute__ (1); 234 __nonnull_attribute__ (2); 246 __nonnull_attribute__ (2, 3); 421 __nonnull_attribute__ (2); 448 __nonnull_attribute__ (3); 474 __nonnull_attribute__ (3, 4); 502 __nonnull_attribute__ (3, 4); 515 __nonnull_attribute__ (3); 524 __nonnull_attribute__ (2, 3); 533 __nonnull_attribute__ (2); [all …]
|
/third_party/elfutils/libdwfl/ |
D | libdwfl.h | 89 __nonnull_attribute__ (1); 234 __nonnull_attribute__ (2); 246 __nonnull_attribute__ (2, 3); 421 __nonnull_attribute__ (2); 448 __nonnull_attribute__ (3); 474 __nonnull_attribute__ (3, 4); 502 __nonnull_attribute__ (3, 4); 515 __nonnull_attribute__ (3); 524 __nonnull_attribute__ (2, 3); 533 __nonnull_attribute__ (2); [all …]
|
D | ChangeLog | 1064 on parameters declared with __nonnull_attribute__. 2122 * libdwfl.h (dwfl_module_getelf): Add __nonnull_attribute__.
|
/third_party/elfutils/libebl/ |
D | libebl.h | 282 __nonnull_attribute__ (2); 315 __nonnull_attribute__ (1, 2, 3, 4, 5, 6, 7, 8); 320 __nonnull_attribute__ (1, 3, 4); 327 __nonnull_attribute__ (3); 336 __nonnull_attribute__ (1, 3); 341 __nonnull_attribute__ (1); 347 __nonnull_attribute__ (1); 363 __nonnull_attribute__ (1, 2); 367 __nonnull_attribute__ (1, 2); 372 __nonnull_attribute__ (3); [all …]
|
D | ChangeLog | 339 on parameters declared with __nonnull_attribute__.
|
/third_party/elfutils/libdwelf/ |
D | libdwelf.h | 94 __nonnull_attribute__ (1, 2); 102 __nonnull_attribute__ (1, 2); 112 __nonnull_attribute__ (1, 2); 117 __nonnull_attribute__ (1); 121 __nonnull_attribute__ (1); 126 __nonnull_attribute__ (1);
|
/third_party/elfutils/libelf/ |
D | libelf.h | 68 # define __nonnull_attribute__(...) __attribute__ ((__nonnull__ (__VA_ARGS__))) macro 73 # define __nonnull_attribute__(...) macro
|