| /src/external/gpl3/binutils/dist/bfd/hosts/ |
| alphalinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| m68klinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| /src/external/gpl3/binutils.old/dist/bfd/hosts/ |
| alphalinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| m68klinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| /src/external/gpl3/gdb.old/dist/bfd/hosts/ |
| alphalinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| m68klinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| /src/external/gpl3/gdb/dist/bfd/hosts/ |
| alphalinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| m68klinux.h | 24 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 25 ((abfd)->tdata.trad_core_data->u.signal)
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| leb.h | 33 read_1_byte (bfd *abfd, const gdb_byte *buf) 35 return bfd_get_8 (abfd, buf); 39 read_1_signed_byte (bfd *abfd, const gdb_byte *buf) 41 return bfd_get_signed_8 (abfd, buf); 45 read_2_bytes (bfd *abfd, const gdb_byte *buf) 47 return bfd_get_16 (abfd, buf); 51 read_2_signed_bytes (bfd *abfd, const gdb_byte *buf) 53 return bfd_get_signed_16 (abfd, buf); 58 read_3_bytes (bfd *abfd, const gdb_byte *buf) 60 return bfd_get_24 (abfd, buf) [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| leb.h | 33 read_1_byte (bfd *abfd, const gdb_byte *buf) 35 return bfd_get_8 (abfd, buf); 39 read_1_signed_byte (bfd *abfd, const gdb_byte *buf) 41 return bfd_get_signed_8 (abfd, buf); 45 read_2_bytes (bfd *abfd, const gdb_byte *buf) 47 return bfd_get_16 (abfd, buf); 51 read_2_signed_bytes (bfd *abfd, const gdb_byte *buf) 53 return bfd_get_signed_16 (abfd, buf); 58 read_3_bytes (bfd *abfd, const gdb_byte *buf) 60 return bfd_get_24 (abfd, buf) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| format.c | 58 bool bfd_check_format (bfd *abfd, bfd_format format); 61 Verify if the file attached to the BFD @var{abfd} is compatible 99 bfd_check_format (bfd *abfd, bfd_format format) 101 return bfd_check_format_matches (abfd, format, NULL); 134 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve, 137 preserve->tdata = abfd->tdata.any; 138 preserve->arch_info = abfd->arch_info; 139 preserve->flags = abfd->flags; 140 preserve->iovec = abfd->iovec; 141 preserve->iostream = abfd->iostream [all...] |
| coffswap.h | 31 #define GET_FCN_LNNOPTR(abfd, ext) \ 32 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 36 #define GET_FCN_ENDNDX(abfd, ext) \ 37 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 41 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ 42 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 45 #define PUT_FCN_ENDNDX(abfd, in, ext) \ 46 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 49 #define GET_LNSZ_LNNO(abfd, ext) \ 50 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno [all...] |
| cache.c | 48 static FILE *_bfd_open_file_unlocked (bfd *abfd); 127 insert (bfd *abfd) 131 abfd->lru_next = abfd; 132 abfd->lru_prev = abfd; 136 abfd->lru_next = bfd_last_cache; 137 abfd->lru_prev = bfd_last_cache->lru_prev; 138 abfd->lru_prev->lru_next = abfd; [all...] |
| coff-go32.c | 73 _bfd_go32_mkobject (bfd * abfd) 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt); 78 if (abfd->tdata.coff_obj_data == NULL) 81 coff_data (abfd)->go32 = true; 83 bfd_coff_long_section_names (abfd) 84 = coff_backend_info (abfd)->_bfd_coff_long_section_names; 90 _bfd_go32_swap_scnhdr_in (bfd * abfd, void * ext, void * in) 97 scnhdr_int->s_vaddr = GET_SCNHDR_VADDR (abfd, scnhdr_ext->s_vaddr); 98 scnhdr_int->s_paddr = GET_SCNHDR_PADDR (abfd, scnhdr_ext->s_paddr) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| xcoffread.h | 24 extern int xcoff_get_n_import_files (bfd *abfd);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| xcoffread.h | 24 extern int xcoff_get_n_import_files (bfd *abfd);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffswap.h | 31 #define GET_FCN_LNNOPTR(abfd, ext) \ 32 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 36 #define GET_FCN_ENDNDX(abfd, ext) \ 37 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 41 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ 42 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 45 #define PUT_FCN_ENDNDX(abfd, in, ext) \ 46 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 49 #define GET_LNSZ_LNNO(abfd, ext) \ 50 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno [all...] |
| cache.c | 48 static FILE *_bfd_open_file_unlocked (bfd *abfd); 127 insert (bfd *abfd) 131 abfd->lru_next = abfd; 132 abfd->lru_prev = abfd; 136 abfd->lru_next = bfd_last_cache; 137 abfd->lru_prev = bfd_last_cache->lru_prev; 138 abfd->lru_prev->lru_next = abfd; [all...] |
| coff-go32.c | 73 _bfd_go32_mkobject (bfd * abfd) 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt); 78 if (abfd->tdata.coff_obj_data == NULL) 81 coff_data (abfd)->go32 = true; 83 bfd_coff_long_section_names (abfd) 84 = coff_backend_info (abfd)->_bfd_coff_long_section_names; 90 _bfd_go32_swap_scnhdr_in (bfd * abfd, void * ext, void * in) 97 scnhdr_int->s_vaddr = GET_SCNHDR_VADDR (abfd, scnhdr_ext->s_vaddr); 98 scnhdr_int->s_paddr = GET_SCNHDR_PADDR (abfd, scnhdr_ext->s_paddr) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coffswap.h | 31 #define GET_FCN_LNNOPTR(abfd, ext) \ 32 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 36 #define GET_FCN_ENDNDX(abfd, ext) \ 37 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx) 41 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ 42 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 45 #define PUT_FCN_ENDNDX(abfd, in, ext) \ 46 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 49 #define GET_LNSZ_LNNO(abfd, ext) \ 50 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno [all...] |
| cache.c | 48 static FILE *_bfd_open_file_unlocked (bfd *abfd); 127 insert (bfd *abfd) 131 abfd->lru_next = abfd; 132 abfd->lru_prev = abfd; 136 abfd->lru_next = bfd_last_cache; 137 abfd->lru_prev = bfd_last_cache->lru_prev; 138 abfd->lru_prev->lru_next = abfd; [all...] |
| coff-go32.c | 73 _bfd_go32_mkobject (bfd * abfd) 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt); 78 if (abfd->tdata.coff_obj_data == NULL) 81 coff_data (abfd)->go32 = true; 83 bfd_coff_long_section_names (abfd) 84 = coff_backend_info (abfd)->_bfd_coff_long_section_names; 90 _bfd_go32_swap_scnhdr_in (bfd * abfd, void * ext, void * in) 97 scnhdr_int->s_vaddr = GET_SCNHDR_VADDR (abfd, scnhdr_ext->s_vaddr); 98 scnhdr_int->s_paddr = GET_SCNHDR_PADDR (abfd, scnhdr_ext->s_paddr) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cache.c | 48 static FILE *_bfd_open_file_unlocked (bfd *abfd); 127 insert (bfd *abfd) 131 abfd->lru_next = abfd; 132 abfd->lru_prev = abfd; 136 abfd->lru_next = bfd_last_cache; 137 abfd->lru_prev = bfd_last_cache->lru_prev; 138 abfd->lru_prev->lru_next = abfd; [all...] |
| coff-go32.c | 73 _bfd_go32_mkobject (bfd * abfd) 77 abfd->tdata.coff_obj_data = bfd_zalloc (abfd, amt); 78 if (abfd->tdata.coff_obj_data == NULL) 81 coff_data (abfd)->go32 = true; 83 bfd_coff_long_section_names (abfd) 84 = coff_backend_info (abfd)->_bfd_coff_long_section_names; 90 _bfd_go32_swap_scnhdr_in (bfd * abfd, void * ext, void * in) 97 scnhdr_int->s_vaddr = GET_SCNHDR_VADDR (abfd, scnhdr_ext->s_vaddr); 98 scnhdr_int->s_paddr = GET_SCNHDR_PADDR (abfd, scnhdr_ext->s_paddr) [all...] |
| format.c | 60 bool bfd_check_format (bfd *abfd, bfd_format format); 63 Verify if the file attached to the BFD @var{abfd} is compatible 101 bfd_check_format (bfd *abfd, bfd_format format) 103 return bfd_check_format_matches (abfd, format, NULL); 136 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve, 139 preserve->tdata = abfd->tdata.any; 140 preserve->arch_info = abfd->arch_info; 141 preserve->flags = abfd->flags; 142 preserve->iovec = abfd->iovec; 143 preserve->iostream = abfd->iostream [all...] |