Home
last modified time | relevance | path

Searched refs:abfd (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/utils/
Dtrace.c72 bfd *abfd; in open_bfd() local
75 abfd = bfd_openr(prg_fname, NULL); in open_bfd()
76 if (abfd == NULL) { in open_bfd()
81 if (bfd_check_format(abfd, bfd_archive)) { in open_bfd()
83 bfd_close(abfd); in open_bfd()
87 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) { in open_bfd()
90 bfd_close(abfd); in open_bfd()
94 return abfd; in open_bfd()
98 static void read_syms(bfd *abfd) in read_syms() argument
106 if (!(bfd_get_file_flags(abfd) & HAS_SYMS)) { in read_syms()
[all …]