Searched refs:bfd (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | trace.c | 24 #include <bfd.h> 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 * binutils removed the bfd parameter and renamed things but 155 #define bfd_get_section_vma(bfd, section) bfd_section_vma(section) 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 *abf in wpa_trace_bfd_addr2func() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | trace.c | 24 #include <bfd.h> 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() 252 wpa_printf(MSG_INFO, "Failed to open bfd"); in wpa_trace_bfd_init() 280 bfd *abf in wpa_trace_calling_func() [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A 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...] |
H A D | e_afalg.h | 87 int bfd; member
|
/third_party/openssl/engines/ |
H A 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...] |
H A D | e_afalg.h | 87 int bfd; member
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A 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/ |
H A D | sync_file_range01.c | 43 static int bfd = -1; variable 52 {&bfd, 0, 1, SYNC_FILE_RANGE_WRITE, EBADF},
|
Completed in 5 milliseconds