Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 89) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/bfd/
Dvms-lib.c88 struct carsym *modules; member
524 tdata->modules = vms_lib_read_index (abfd, 0, &nbr_ent); in _bfd_vms_lib_archive_p()
525 if (tdata->modules == NULL || nbr_ent != tdata->nbr_modules) in _bfd_vms_lib_archive_p()
695 tdata->modules = NULL; in _bfd_vms_lib_mkarchive()
1311 file_off = tdata->modules[modidx].file_offset; in _bfd_vms_lib_get_module()
1363 name = tdata->modules[modidx].name; in _bfd_vms_lib_get_module()
1404 if (tdata->modules[modidx].file_offset == file_off) in _bfd_vms_lib_get_elt_at_index()
1933 struct lib_index *modules, in _bfd_vms_lib_build_map() argument
1954 bfd *current = modules[i].abfd; in _bfd_vms_lib_build_map()
2008 modules[i].ref++; in _bfd_vms_lib_build_map()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dnan-mixed-2.d4 #error: \A[^\n]*: [^\n]* linking -mnan=legacy module with previous -mnan=2008 modules\n
Dnan-mixed-1.d4 #error: \A[^\n]*: [^\n]* linking -mnan=2008 module with previous -mnan=legacy modules\n
Dattr-gnu-4-04.d4 #error: \A[^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-40.d4 #error: \A[^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dattr-gnu-4-34.d5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-43.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dmips16-and-micromips.d5 #error: \A.*: .*\.o: ASE mismatch: linking microMIPS module with previous MIPS16 modules[\n\r]+.*: …
Dattr-gnu-4-14.d5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-24.d5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-42.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dattr-gnu-4-41.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dattr-gnu-4-54.d5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-45.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dattr-gnu-4-64.d5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-46.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dattr-gnu-4-48.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
Dattr-gnu-4-74.d5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
Dattr-gnu-4-47.d5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.h67 extern struct string_list *modules;
Dnlmheader.y70 struct string_list *modules; variable
286 modules = string_list_append (modules, $2);
/toolchain/binutils/binutils-2.25/ld/
Ddeffilep.y483 while (fdef->modules) in def_file_free()
485 def_file_module *m = fdef->modules; in def_file_free()
487 fdef->modules = fdef->modules->next; in def_file_free()
727 for (s = fdef->modules; s; s = s->next) in def_get_module()
742 s->next = fdef->modules; in def_stash_module()
743 fdef->modules = s; in def_stash_module()
Ddeffile.h86 def_file_module *modules; member
/toolchain/binutils/binutils-2.25/
DMakefile.tpl1770 ;; configure or build dependencies between bootstrapped modules; it returns
1772 ;; modules on a build module (e.g. all-gcc on all-build-bison). All this
1773 ;; is only necessary for host modules.
1775 (if (and (hash-ref boot-modules (dep-module "module"))
1780 (not (hash-ref boot-modules (dep-module "module")))
1781 (not (hash-ref boot-modules (dep-module "on"))))
1786 (define boot-modules (make-hash-table 113))
1791 (hash-create-handle! boot-modules (get "module") #t))
1795 (hash-create-handle! boot-modules (string-append "target-" (get "module")) #t))
/toolchain/binutils/binutils-2.25/config/
Dacx.m478 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
81 # However, they still use the build modules, because the corresponding
82 # host modules (e.g. bison) are only built for the host when bootstrap
84 # - build_subdir is where we find build modules, and never changes.

1234