| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | rs6000-tdep.c | 516 fdata->saved_vr = -1; in skip_prologue() 517 fdata->saved_ev = -1; in skip_prologue() 557 if (fdata->saved_fpr == -1 || fdata->saved_fpr > reg) in skip_prologue() 572 if (fdata->saved_gpr == -1 || fdata->saved_gpr > reg) in skip_prologue() 830 if (fdata->saved_vr == -1 || fdata->saved_vr > vr_reg) in skip_prologue() 858 if (fdata->saved_ev == -1 || fdata->saved_ev > ev_reg) in skip_prologue() 878 if (fdata->saved_ev == -1 || fdata->saved_ev > ev_reg) in skip_prologue() 901 if (fdata->saved_ev == -1 || fdata->saved_ev > ev_reg) in skip_prologue() 925 if (fdata->saved_ev == -1 || fdata->saved_ev > ev_reg) in skip_prologue() 999 fdata->offset = -fdata->offset; in skip_prologue() [all …]
|
| /freebsd-12.1/sys/fs/fuse/ |
| H A D | fuse_device.c | 136 struct fuse_data *fdata; in fdata_dtor() local 139 fdata = arg; in fdata_dtor() 140 if (fdata == NULL) in fdata_dtor() 143 fdata_set_dead(fdata); in fdata_dtor() 146 fuse_lck_mtx_lock(fdata->aw_mtx); in fdata_dtor() 159 fuse_lck_mtx_unlock(fdata->aw_mtx); in fdata_dtor() 162 fuse_lck_mtx_lock(fdata->ms_mtx); in fdata_dtor() 166 fuse_lck_mtx_unlock(fdata->ms_mtx); in fdata_dtor() 169 fdata_trydestroy(fdata); in fdata_dtor() 237 struct fuse_data *fdata; in fuse_device_open() local [all …]
|
| /freebsd-12.1/lib/libsecureboot/openpgp/ |
| H A D | opgp_sig.c | 289 unsigned char *fdata, size_t fbytes, 353 md->update(&mctx.vtable, fdata, fbytes); 363 EVP_DigestUpdate(&mctx, fdata, fbytes); 452 return (openpgp_verify(filename, fdata, nbytes, sdata, sz, 1)); 467 unsigned char *fdata, *sdata; 474 if ((fdata = read_file(pbuf, &fbytes))) { 475 if (openpgp_verify(pbuf, fdata, fbytes, sdata, 477 free(fdata); 478 fdata = NULL; 482 fdata = NULL; [all …]
|
| H A D | opgp_key.c | 394 char *fdata, *sdata = NULL; in openpgp_self_tests() local 399 if ((fdata = strdup(*tp)) && in openpgp_self_tests() 401 fbytes = strlen(fdata); in openpgp_self_tests() 404 (unsigned char *)fdata, fbytes, in openpgp_self_tests() 409 free(fdata); in openpgp_self_tests()
|
| H A D | packet.h | 71 int openpgp_verify(const char *filename, unsigned char *fdata, size_t fbytes, 73 int openpgp_verify_file(const char *filename, unsigned char *fdata,
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | rune.c | 62 char *fdata, *data; in _Read_RuneMagi() local 95 fdata = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in _Read_RuneMagi() 97 if (fdata == NULL) { in _Read_RuneMagi() 102 frl = (_FileRuneLocale *)(void *)fdata; in _Read_RuneMagi() 103 lastp = fdata + sb.st_size; in _Read_RuneMagi() 157 munmap(fdata, sb.st_size); in _Read_RuneMagi() 229 munmap(fdata, sb.st_size); in _Read_RuneMagi() 249 munmap(fdata, sb.st_size); in _Read_RuneMagi()
|
| /freebsd-12.1/lib/libc/db/recno/ |
| H A D | rec_put.c | 65 DBT fdata, tdata; in __rec_put() local 96 fdata.data = t->bt_rdata.data; in __rec_put() 97 fdata.size = t->bt_reclen; in __rec_put() 99 fdata.data = data->data; in __rec_put() 100 fdata.size = data->size; in __rec_put() 162 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS) in __rec_put()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | crossconfig.m4 | 69 SECTION_FLAGS='-ffunction-sections -fdata-sections' 124 SECTION_FLAGS='-ffunction-sections -fdata-sections' 148 SECTION_FLAGS='-ffunction-sections -fdata-sections' 180 SECTION_FLAGS='-ffunction-sections -fdata-sections' 204 SECTION_FLAGS='-ffunction-sections -fdata-sections' 223 SECTION_FLAGS='-ffunction-sections -fdata-sections' 320 SECTION_FLAGS='-ffunction-sections -fdata-sections'
|
| H A D | acinclude.m4 | 152 dnl SECTION_FLAGS='-ffunction-sections -fdata-sections' if 171 # Check for -ffunction-sections -fdata-sections 172 AC_MSG_CHECKING([for g++ that supports -ffunction-sections -fdata-sections]) 173 CXXFLAGS='-Werror -ffunction-sections -fdata-sections' 182 SECTION_FLAGS='-ffunction-sections -fdata-sections'
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | configure.ac | 222 # Figure out whether the compiler supports "-ffunction-sections -fdata-sections", 227 # Check for -ffunction-sections -fdata-sections 228 AC_MSG_CHECKING([for gcc that supports -ffunction-sections -fdata-sections]) 229 CFLAGS='-Werror -ffunction-sections -fdata-sections' 238 SECTION_FLAGS='-ffunction-sections -fdata-sections'
|
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 182 ushort_t fdata[2]; in write_functions() local 188 fdata[0] = 0; in write_functions() 189 ctf_buf_write(b, &fdata[0], sizeof (fdata[0])); in write_functions() 202 fdata[0] = CTF_TYPE_INFO(CTF_K_FUNCTION, 1, nargs); in write_functions() 203 fdata[1] = idp->ii_dtype->t_id; in write_functions() 206 SWAP_16(fdata[0]); in write_functions() 207 SWAP_16(fdata[1]); in write_functions() 210 ctf_buf_write(b, fdata, sizeof (fdata)); in write_functions()
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_state.c | 2011 tcpdata_t *fdata, *tdata; local 2076 fdata) == -1) { 2087 fdata) == -1) { 2160 tcpdata_t *fdata, *tdata; 2204 fdata->td_maxwin = win; 2209 if ((fdata->td_end == 0) && 2215 fdata->td_end = end - 1; 2216 fdata->td_maxwin = 1; 2285 if (!(fdata->td_winflags & 2320 fdata->td_maxwin = win; [all …]
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | bio_ssl.c | 480 BIO_SSL *tdata, *fdata; in BIO_ssl_copy_session_id() local 486 fdata = BIO_get_data(f); in BIO_ssl_copy_session_id() 487 if ((tdata->ssl == NULL) || (fdata->ssl == NULL)) in BIO_ssl_copy_session_id() 489 if (!SSL_copy_session_id(tdata->ssl, (fdata->ssl))) in BIO_ssl_copy_session_id()
|
| /freebsd-12.1/contrib/bearssl/conf/ |
| H A D | samd20.mk | 13 CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CO…
|
| /freebsd-12.1/stand/mips/beri/loader/ |
| H A D | Makefile | 94 CFLAGS+= -ffunction-sections -fdata-sections
|
| /freebsd-12.1/gnu/lib/libsupc++/ |
| H A D | Makefile | 28 CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
|
| /freebsd-12.1/sys/dev/qlxgb/ |
| H A D | qla_glbl.h | 97 extern int qla_fw_update(qla_host_t *ha, void *fdata, uint32_t off,
|
| /freebsd-12.1/lib/libomp/ |
| H A D | Makefile | 54 CFLAGS+= -fdata-sections
|
| /freebsd-12.1/sys/mips/nlm/ |
| H A D | files.xlp | 26 …me-pointer -mno-branch-likely -fno-pic -mno-abicalls -ffunction-sections -fdata-sections -G0 -Wall…
|
| /freebsd-12.1/contrib/unbound/validator/ |
| H A D | val_sigcrypt.c | 1063 uint8_t* fdata[2]; in rrset_canonical_equal() local 1085 fd.rr_data = fdata; in rrset_canonical_equal() 1107 fdata[0] = d1->rr_data[p1->rr_idx]; in rrset_canonical_equal() 1108 fdata[1] = d2->rr_data[p2->rr_idx]; in rrset_canonical_equal()
|
| /freebsd-12.1/contrib/wpa/src/radius/ |
| H A D | radius.c | 1571 const u8 *fdata = NULL; /* points to found item */ in radius_msg_get_tunnel_password() local 1592 fdata = data; in radius_msg_get_tunnel_password() 1596 if (fdata == NULL) in radius_msg_get_tunnel_password() 1600 buf = os_memdup(fdata, fdlen); in radius_msg_get_tunnel_password()
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_compiler.m4 | 172 CFLAGS_NTP="$CFLAGS_NTP -ffunction-sections -fdata-sections"
|
| /freebsd-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | elf32cr16.sc | 32 sections, generated by -ffunction-sections and -fdata-sections in GCC,
|
| H A D | mep.sc | 59 # sections, generated by -ffunction-sections and -fdata-sections in GCC,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|