Searched refs:bfd (Results 1 – 25 of 132) sorted by relevance
123456
/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/node/deps/openssl/openssl/engines/ |
D | e_afalg.c | 409 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 …]
|
D | e_afalg.h | 87 int bfd; member
|
/third_party/openssl/engines/ |
D | e_afalg.c | 409 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 …]
|
D | e_afalg.h | 87 int bfd; member
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 34 static int bfd = -1; variable 46 {"File descriptor is invalid (termio)", &bfd, TCGETA, &termio, EBADF}, 47 {"File descriptor is invalid (termios)", &bfd, TCGETS, &termios, EBADF},
|
/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/icu/icu4c/source/data/lang/ |
D | nnh.txt | 13 bfd{"Shwóŋò pafud"}
|
D | am.txt | 76 bfd{"ባፉት"}
|
D | ug.txt | 54 bfd{"بافۇتچە"}
|
D | ne.txt | 72 bfd{"बाफुट"}
|
D | ar.txt | 71 bfd{"لغة البافوت"}
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-kernel.sh | 15 ln -sf /usr/bin/$i.bfd ld-links/$i
|
/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 | ar.txt | 69 bfd{"لغة البافوت"}
|
D | ne.txt | 69 bfd{"बाफुट"}
|
D | ug.txt | 54 bfd{"بافۇتچە"}
|
D | ml.txt | 68 bfd{"ബാഫട്ട്"}
|
D | mk.txt | 70 bfd{"бафут"}
|
D | el.txt | 69 bfd{"Μπαφούτ"}
|
D | lo.txt | 58 bfd{"ບາຟັດ"}
|
D | uk.txt | 77 bfd{"бафут"}
|
123456