Searched refs:bfd (Results 1 – 25 of 183) sorted by relevance
12345678
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | trace.c | 30 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | trace.c | 30 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() 150 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect() 180 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr() 224 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr2func() 280 bfd *abfd; in wpa_trace_calling_func()
|
/third_party/openssl/engines/ |
D | e_afalg.c | 352 ret = setsockopt(actx->bfd, SOL_ALG, ALG_SET_KEY, key, klen); in afalg_set_key() 367 actx->bfd = actx->sfd = -1; in afalg_create_sk() 374 actx->bfd = socket(AF_ALG, SOCK_SEQPACKET, 0); in afalg_create_sk() 375 if (actx->bfd == -1) { in afalg_create_sk() 381 r = bind(actx->bfd, (struct sockaddr *)&sa, sizeof(sa)); in afalg_create_sk() 388 actx->sfd = accept(actx->bfd, NULL, 0); in afalg_create_sk() 398 if (actx->bfd >= 0) in afalg_create_sk() 399 close(actx->bfd); in afalg_create_sk() 402 actx->bfd = actx->sfd = -1; in afalg_create_sk() 561 close(actx->bfd); in afalg_cipher_init() [all …]
|
D | e_afalg.h | 87 int bfd; member
|
/third_party/glib/gio/ |
D | glocalfileoutputstream.c | 1070 int bfd; in handle_overwrite_open() local 1084 bfd = g_open (backup_filename, in handle_overwrite_open() 1088 if (bfd == -1) in handle_overwrite_open() 1103 …if (g_local_file_fstat (bfd, G_LOCAL_FILE_STAT_FIELD_GID, G_LOCAL_FILE_STAT_FIELD_ALL, &tmp_statbu… in handle_overwrite_open() 1110 g_close (bfd, NULL); in handle_overwrite_open() 1116 fchown (bfd, (uid_t) -1, _g_stat_gid (&original_stat)) != 0) in handle_overwrite_open() 1118 if (fchmod (bfd, in handle_overwrite_open() 1127 g_close (bfd, NULL); in handle_overwrite_open() 1134 if (!copy_file_data (fd, bfd, NULL)) in handle_overwrite_open() 1141 g_close (bfd, NULL); in handle_overwrite_open() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range01.c | 43 static int bfd = -1; variable 52 {&bfd, 0, 1, SYNC_FILE_RANGE_WRITE, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 28 static int bfd = -1; variable 39 {&bfd, TCGETA, &termio, EBADF},
|
/third_party/gettext/gettext-runtime/doc/ |
D | matrix.texi | 10 bfd | | 184 bfd | [] | 358 bfd | | 532 bfd | | 706 bfd | [] [] [] | 880 bfd | [] | 5
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | nnh.txt | 12 bfd{"Shwóŋò pafud"}
|
D | am.txt | 72 bfd{"ባፉት"}
|
D | he.txt | 69 bfd{"באפוט"}
|
D | ne.txt | 68 bfd{"बाफुट"}
|
D | ug.txt | 53 bfd{"بافۇتچە"}
|
D | lo.txt | 57 bfd{"ບາຟັດ"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | nnh.txt | 13 bfd{"Shwóŋò pafud"}
|
D | am.txt | 73 bfd{"ባፉት"}
|
D | he.txt | 70 bfd{"באפוט"}
|
D | ne.txt | 69 bfd{"बाफुट"}
|
D | ar.txt | 69 bfd{"لغة البافوت"}
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-kernel.sh | 15 ln -sf /usr/bin/$i.bfd ld-links/$i
|
/third_party/icu/icu4c/source/data/lang/ |
D | nnh.txt | 13 bfd{"Shwóŋò pafud"}
|
D | am.txt | 73 bfd{"ባፉት"}
|
D | he.txt | 70 bfd{"באפוט"}
|
D | ug.txt | 54 bfd{"بافۇتچە"}
|
/third_party/e2fsprogs/ |
D | ABOUT-NLS | 150 bfd | | 322 bfd | [] [] [] [] | 494 bfd | [] [] | 666 bfd | | 838 bfd | [] [] | 1010 bfd | [] [] [] | 1182 bfd | | 11
|
12345678