Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/crypto/openssl/engines/
H A De_afalg.c409 ret = setsockopt(actx->bfd, SOL_ALG, ALG_SET_KEY, key, klen); in afalg_set_key()
424 actx->bfd = actx->sfd = -1; in afalg_create_sk()
431 actx->bfd = socket(AF_ALG, SOCK_SEQPACKET, 0); in afalg_create_sk()
432 if (actx->bfd == -1) { in afalg_create_sk()
438 r = bind(actx->bfd, (struct sockaddr *)&sa, sizeof(sa)); in afalg_create_sk()
445 actx->sfd = accept(actx->bfd, NULL, 0); in afalg_create_sk()
455 if (actx->bfd >= 0) in afalg_create_sk()
456 close(actx->bfd); in afalg_create_sk()
459 actx->bfd = actx->sfd = -1; in afalg_create_sk()
620 close(actx->bfd); in afalg_cipher_init()
[all …]
H A De_afalg.h87 int bfd; member
/freebsd-14.2/share/mk/
H A Dbsd.linker.mk68 ${X_}LINKER_TYPE= bfd
93 .warning Unknown linker from ${ld}=${${ld}}: ${_ld_version}, defaulting to bfd
94 ${X_}LINKER_TYPE= bfd
H A Dbsd.cpu.mk345 LDFLAGS.bfd+= -Wl,--secure-plt
H A Dbsd.prog.mk71 LDFLAGS.bfd+= -Wl,-znoexecstack
H A Dbsd.lib.mk101 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd-14.2/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-14.2/secure/lib/libcrypto/engines/padlock/
H A DMakefile11 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd-14.2/usr.sbin/usbdump/
H A Dusbdump.c87 int bfd; member
557 ret = write(p->bfd, ptr, framelen); in print_apacket()
919 p->bfd = open(b_arg, O_CREAT | O_TRUNC | in main()
921 if (p->bfd < 0) { in main()
1029 if (p->bfd > 0) in main()
1030 close(p->bfd); in main()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c564 (long long)iface->bfd, in print_interface()
736 ep->bfd = INVALID_SOCKET; in init_interface()
930 if (ep->bfd != INVALID_SOCKET) { in remove_interface()
935 ep->bfd = INVALID_SOCKET; in remove_interface()
2082 && iface->bfd != INVALID_SOCKET) in create_interface()
2087 && INVALID_SOCKET == iface->bfd) { in create_interface()
2697 if (ep->bfd != INVALID_SOCKET) { in io_setbclient()
2766 if (ep->bfd != INVALID_SOCKET) { in io_unsetbclient()
2772 ep->bfd = INVALID_SOCKET; in io_unsetbclient()
2816 ep->bfd = INVALID_SOCKET;
[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.c721 niface->fd, niface->bfd, niface->name, in peer_refresh_interface()
/freebsd-14.2/contrib/tcpdump/
H A Dinstrument-functions.c72 static bfd* abfd; in print_debug()
H A DMakefile.in111 print-bfd.c \
/freebsd-14.2/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-14.2/contrib/diff/
H A DABOUT-NLS196 bfd | [] [] |
333 bfd | [] |
470 bfd | [] |
607 bfd | [] [] | 6
/freebsd-14.2/usr.sbin/tcpdump/tcpdump/
H A DMakefile42 print-bfd.c \
/freebsd-14.2/lib/libcxxrt/
H A DVersion.map220 # C++11 typeinfo not understood by ld.bfd 2.17.50
234 # C++11 typeinfo name not understood by ld.bfd 2.17.50
/freebsd-14.2/cddl/lib/libicp/
H A DMakefile140 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd-14.2/cddl/lib/libicp_rescue/
H A DMakefile137 LDFLAGS.bfd+= -Wl,-znoexecstack
/freebsd-14.2/contrib/ntp/include/
H A Dntp.h180 SOCKET bfd; /* for receiving broadcasts */ member
/freebsd-14.2/usr.sbin/services_mkdb/
H A Dservices1816 bfd-control 3784/tcp #BFD Control Protocol
1817 bfd-control 3784/udp #BFD Control Protocol
1818 bfd-echo 3785/tcp #BFD Echo Protocol
1819 bfd-echo 3785/udp #BFD Echo Protocol

12