Home
last modified time | relevance | path

Searched refs:bfd (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/wpa/src/utils/
H A Dtrace.c30 static bfd *cached_abfd = NULL;
70 static bfd * open_bfd(const char *fname) in open_bfd()
72 bfd *abfd; in open_bfd()
98 static void read_syms(bfd *abfd) in read_syms()
155 #define bfd_get_section_vma(bfd, section) bfd_section_vma(section) argument
161 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect()
191 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr()
235 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr2func()
291 bfd *abfd; in wpa_trace_calling_func()
/freebsd/crypto/openssl/engines/
H A De_afalg.c431 ret = setsockopt(actx->bfd, SOL_ALG, ALG_SET_KEY, key, klen); in afalg_set_key()
446 actx->bfd = actx->sfd = -1; in afalg_create_sk()
453 actx->bfd = socket(AF_ALG, SOCK_SEQPACKET, 0); in afalg_create_sk()
454 if (actx->bfd == -1) { in afalg_create_sk()
460 r = bind(actx->bfd, (struct sockaddr *)&sa, sizeof(sa)); in afalg_create_sk()
467 actx->sfd = accept(actx->bfd, NULL, 0); in afalg_create_sk()
477 if (actx->bfd >= 0) in afalg_create_sk()
478 close(actx->bfd); in afalg_create_sk()
481 actx->bfd = actx->sfd = -1; in afalg_create_sk()
642 close(actx->bfd); in afalg_cipher_init()
[all …]
H A De_afalg.h86 int bfd; member
/freebsd/share/mk/
H A Dbsd.linker.mk70 ${X_}LINKER_TYPE= bfd
95 .warning Unknown linker from ${ld}=${${ld}}: ${_ld_version}, defaulting to bfd
96 ${X_}LINKER_TYPE= bfd
H A Dbsd.prog.mk58 LDFLAGS.bfd+= -Wl,-znoexecstack
H A Dbsd.cpu.mk327 LDFLAGS.bfd+= -Wl,--secure-plt
H A Dbsd.lib.mk134 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td49 MetaVarName<"[bfd,maxpc,exec,universal]">,
51 " =bfd - Zero for all addresses and [1,1] for DWARF v4 (or less) address ranges and exec\n"
54 " =universal - Both: bfd and maxpc"
/freebsd/secure/lib/libcrypto/engines/padlock/
H A DMakefile10 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c87 int bfd; member
557 ret = write(p->bfd, ptr, framelen); in print_apacket()
905 p->bfd = open(b_arg, O_CREAT | O_TRUNC | in main()
907 if (p->bfd < 0) { in main()
991 if (p->bfd > 0) in main()
992 close(p->bfd); in main()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c536 printf("bfd = %lld\n", (long long)itf->bfd); in interface_dump()
564 (long long)iface->bfd, in print_interface()
736 ep->bfd = INVALID_SOCKET; in init_interface()
930 if (ep->bfd != INVALID_SOCKET) { in remove_interface()
934 close_and_delete_fd_from_list(ep->bfd, ep); in remove_interface()
935 ep->bfd = INVALID_SOCKET; in remove_interface()
2080 && iface->bfd != INVALID_SOCKET) in create_interface()
2085 && INVALID_SOCKET == iface->bfd) { in create_interface()
2689 ep->bfd = open_socket(&ep->bcast, 1, 0, ep); in io_setbclient()
2695 if (ep->bfd != INVALID_SOCKET) { in io_setbclient()
[all …]
H A Dntp_monitor.c491 : rbufp->fd == mon->lcladr->bfd ? MDF_BCAST : MDF_UCAST); in ntp_monitor()
H A Dntpsim.c196 loopback_interface->bfd = -1; in init_sim_io()
H A Dntp_peer.c720 "fd=%d, bfd=%d, name=%.16s, flags=0x%x, ifindex=%u, sin=%s", in peer_refresh_interface()
721 niface->fd, niface->bfd, niface->name, in peer_refresh_interface()
/freebsd/contrib/tcpdump/
H A Dinstrument-functions.c72 static bfd* abfd; in print_debug()
H A DMakefile.in111 print-bfd.c \
/freebsd/sys/conf/
H A Dvdso_amd64.ldscript36 * The OUTPUT_ARCH and TARGET lines are for ld.bfd.
H A Dvdso_amd64_ia32.ldscript36 * The OUTPUT_ARCH and TARGET lines are for ld.bfd, which cannot determine
/freebsd/contrib/diff/
H A DABOUT-NLS196 bfd | [] [] |
333 bfd | [] |
470 bfd | [] |
607 bfd | [] [] | 6
/freebsd/lib/libcxxrt/
H A DVersion.map196 # C++11 typeinfo not understood by ld.bfd 2.17.50
206 # C++11 typeinfo name not understood by ld.bfd 2.17.50
H A DVersion.map.arm197 # C++11 typeinfo not understood by ld.bfd 2.17.50
207 # C++11 typeinfo name not understood by ld.bfd 2.17.50
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile41 print-bfd.c \
/freebsd/cddl/lib/libicp_rescue/
H A DMakefile135 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd/cddl/lib/libicp/
H A DMakefile137 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd/contrib/ntp/include/
H A Dntp.h180 SOCKET bfd; /* for receiving broadcasts */ member

12