Searched refs:modules (Results 1 – 25 of 89) sorted by relevance
1234
88 struct carsym *modules; member524 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() argument1954 bfd *current = modules[i].abfd; in _bfd_vms_lib_build_map()2008 modules[i].ref++; in _bfd_vms_lib_build_map()[all …]
4 #error: \A[^\n]*: [^\n]* linking -mnan=legacy module with previous -mnan=2008 modules\n
4 #error: \A[^\n]*: [^\n]* linking -mnan=2008 module with previous -mnan=legacy modules\n
4 #error: \A[^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
4 #error: \A[^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
5 #error: [^\n]*: [^\n]* linking -mfp64 module with previous -mfp32 modules\n
5 #error: [^\n]*: [^\n]* linking -mfp32 module with previous -mfp64 modules\n
5 #error: \A.*: .*\.o: ASE mismatch: linking microMIPS module with previous MIPS16 modules[\n\r]+.*: …
67 extern struct string_list *modules;
70 struct string_list *modules; variable286 modules = string_list_append (modules, $2);
483 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()
86 def_file_module *modules; member
1770 ;; configure or build dependencies between bootstrapped modules; it returns1772 ;; modules on a build module (e.g. all-gcc on all-build-bison). All this1773 ;; 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))
78 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to81 # However, they still use the build modules, because the corresponding82 # host modules (e.g. bison) are only built for the host when bootstrap84 # - build_subdir is where we find build modules, and never changes.