Searched refs:bfdname (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dsections-1.d4 Section: __text __TEXT \(bfdname: .text\)
9 Section: __data __DATA \(bfdname: .data\)
14 Section: __textcoal_nt __TEXT \(bfdname: __TEXT.__textcoal_nt\)
19 Section: __text_hot __TEXT \(bfdname: __TEXT.__text_hot\)
24 Section: __text_cold __TEXT \(bfdname: __TEXT.__text_cold\)
29 Section: __text_startup __TEXT \(bfdname: __TEXT.__text_startup\)
34 Section: __text_exit __TEXT \(bfdname: __TEXT.__text_exit\)
39 Section: __text_hot_coal __TEXT \(bfdname: __TEXT.__text_hot_coal\)
44 Section: __text_cold_coal __TEXT \(bfdname: __TEXT.__text_cold_coal\)
49 Section: __text_stt_coal __TEXT \(bfdname
[all...]
H A Dsections-3.d5 Section: __symbol_stub __TEXT.*\(bfdname: .symbol_stub\)
10 Section: __la_symbol_ptr __DATA.*\(bfdname: .lazy_symbol_pointer\)
15 Section: __nl_symbol_ptr __DATA.*\(bfdname: .non_lazy_symbol_pointer\)
/netbsd-current/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dbin_bfd.c47 bin_open(int kfd, const char *kfile, const char *bfdname) argument
51 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) {
/netbsd-current/external/gpl3/binutils.old/usr.sbin/mdsetimage/
H A Dbin_bfd.c47 bin_open(int kfd, const char *kfile, const char *bfdname) argument
51 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) {
/netbsd-current/usr.sbin/mdsetimage/
H A Dmdsetimage.c81 char *bfdname = NULL; local
102 bfdname = optarg;
144 bin = bin_open(kfd, kfile, bfdname);
249 fprintf(stderr, "Usage: %s [-svx] [-b bfdname] [-I image_symbol] "
H A Dbin_nlist.c74 bin_open(int kfd, const char *kfile, const char *bfdname) argument
/netbsd-current/external/gpl3/binutils/usr.sbin/dbsym/
H A Ddbsym.c89 char *bfdname, *mappedkfile, *symtab; local
94 bfdname = NULL;
98 bfdname = optarg;
124 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) {
205 "usage: %s [-Ppv] [-b bfdname] kernel\n",
/netbsd-current/external/gpl3/binutils.old/usr.sbin/dbsym/
H A Ddbsym.c89 char *bfdname, *mappedkfile, *symtab; local
94 bfdname = NULL;
98 bfdname = optarg;
124 if ((abfd = bfd_fdopenr(kfile, bfdname, kfd)) == NULL) {
205 "usage: %s [-Ppv] [-b bfdname] kernel\n",

Completed in 204 milliseconds