| /src/external/gpl3/binutils/dist/bfd/ |
| pef.h | 35 unsigned long current_version; member in struct:bfd_pef_header 65 unsigned long current_version; member in struct:bfd_pef_imported_library 168 unsigned long current_version; member in struct:bfd_pef_xlib_header
|
| mach-o.h | 449 unsigned long current_version; /* Library's current version number. */ member in struct:bfd_mach_o_dylib_command
|
| pef.c | 357 header->current_version = bfd_getb32 (buf + 8); 582 header->current_version = bfd_getb32 (buf + 28); 1096 header->current_version = bfd_getb32 (buf + 68);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pef.h | 35 unsigned long current_version; member in struct:bfd_pef_header 65 unsigned long current_version; member in struct:bfd_pef_imported_library 168 unsigned long current_version; member in struct:bfd_pef_xlib_header
|
| mach-o.h | 449 unsigned long current_version; /* Library's current version number. */ member in struct:bfd_mach_o_dylib_command
|
| pef.c | 358 header->current_version = bfd_getb32 (buf + 8); 583 header->current_version = bfd_getb32 (buf + 28); 1096 header->current_version = bfd_getb32 (buf + 68);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| pef.h | 35 unsigned long current_version; member in struct:bfd_pef_header 65 unsigned long current_version; member in struct:bfd_pef_imported_library 168 unsigned long current_version; member in struct:bfd_pef_xlib_header
|
| mach-o.h | 449 unsigned long current_version; /* Library's current version number. */ member in struct:bfd_mach_o_dylib_command
|
| pef.c | 358 header->current_version = bfd_getb32 (buf + 8); 583 header->current_version = bfd_getb32 (buf + 28); 1096 header->current_version = bfd_getb32 (buf + 68);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pef.h | 35 unsigned long current_version; member in struct:bfd_pef_header 65 unsigned long current_version; member in struct:bfd_pef_imported_library 168 unsigned long current_version; member in struct:bfd_pef_xlib_header
|
| mach-o.h | 449 unsigned long current_version; /* Library's current version number. */ member in struct:bfd_mach_o_dylib_command
|
| pef.c | 356 header->current_version = bfd_getb32 (buf + 8); 581 header->current_version = bfd_getb32 (buf + 28); 1093 header->current_version = bfd_getb32 (buf + 68);
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| make_sunver.pl | 168 my $current_version = ""; 206 print " .force_WEAK_off_$current_version = DATA S0x0 V0x0;\n"; 228 $current_version = $1;
|
| /src/external/gpl3/gcc/dist/contrib/ |
| make_sunver.pl | 168 my $current_version = ""; 206 print " .force_WEAK_off_$current_version = DATA S0x0 V0x0;\n"; 228 $current_version = $1;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbtdb.c | 458 REQUIRE(rbtdb->current_version != NULL || EMPTY(rbtdb->open_versions)); 461 if (rbtdb->current_version != NULL) { 462 isc_refcount_decrementz(&rbtdb->current_version->references); 464 isc_refcount_destroy(&rbtdb->current_version->references); 465 UNLINK(rbtdb->open_versions, rbtdb->current_version, link); 466 cds_wfs_destroy(&rbtdb->current_version->glue_stack); 467 isc_rwlock_destroy(&rbtdb->current_version->rwlock); 468 isc_mem_put(rbtdb->common.mctx, rbtdb->current_version, 469 sizeof(*rbtdb->current_version)); 622 if (rbtdb->current_version != NULL) [all...] |
| qpzone.c | 226 qpz_version_t *current_version; member in struct:qpzonedb 475 isc_refcount_decrementz(&qpdb->current_version->references); 477 isc_refcount_destroy(&qpdb->current_version->references); 478 UNLINK(qpdb->open_versions, qpdb->current_version, link); 479 cds_wfs_destroy(&qpdb->current_version->glue_stack); 480 isc_rwlock_destroy(&qpdb->current_version->rwlock); 481 isc_mem_put(qpdb->common.mctx, qpdb->current_version, 482 sizeof(*qpdb->current_version)); 516 if (qpdb->current_version != NULL) { 517 dns__db_cleanup_gluelists(&qpdb->current_version->glue_stack) [all...] |
| rbtdb_p.h | 123 dns_rbtdb_version_t *current_version; member in struct:dns_rbtdb
|
| rbt-zonedb.c | 1780 result = dns__rbtdb_add(rbtdb, node, name, rbtdb->current_version, 1847 dns_dbversion_t *version = rbtdb->current_version; 1870 secure = rbtdb->current_version->secure; 1889 rbtversion = rbtdb->current_version; 1929 rbtversion = rbtdb->current_version;
|
| /src/external/gpl3/binutils/dist/include/mach-o/ |
| external.h | 201 unsigned char current_version[4]; member in struct:mach_o_dylib_command_external
|
| /src/external/gpl3/binutils.old/dist/include/mach-o/ |
| external.h | 201 unsigned char current_version[4]; member in struct:mach_o_dylib_command_external
|
| /src/external/gpl3/gdb/dist/include/mach-o/ |
| external.h | 201 unsigned char current_version[4]; member in struct:mach_o_dylib_command_external
|
| /src/external/gpl3/gdb.old/dist/include/mach-o/ |
| external.h | 201 unsigned char current_version[4]; member in struct:mach_o_dylib_command_external
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 493 rbtdb_version_t *current_version; member in struct:dns_rbtdb 1084 REQUIRE(rbtdb->current_version != NULL || EMPTY(rbtdb->open_versions)); 1087 if (rbtdb->current_version != NULL) { 1088 isc_refcount_decrementz(&rbtdb->current_version->references); 1089 UNLINK(rbtdb->open_versions, rbtdb->current_version, link); 1090 isc_rwlock_destroy(&rbtdb->current_version->glue_rwlock); 1091 isc_refcount_destroy(&rbtdb->current_version->references); 1092 isc_rwlock_destroy(&rbtdb->current_version->rwlock); 1093 isc_mem_put(rbtdb->common.mctx, rbtdb->current_version, 1264 if (rbtdb->current_version != NULL) [all...] |
| /src/external/mpl/bind/dist/contrib/gitchangelog/ |
| gitchangelog.py | 1788 current_version = { variable 1843 current_version["sections"] = [ 1846 if len(current_version["sections"]) != 0: 1847 yield current_version 1848 versions_done[tag] = current_version
|
| /src/external/bsd/zstd/dist/lib/ |
| Makefile | 78 SONAME_FLAGS = -install_name $(LIBDIR)/libzstd.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
|