/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-arm.c | 1103 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8) 1337 struct coff_arm_link_hash_table * globals; in coff_arm_relocate_section() local 1343 globals = coff_arm_hash_table (info); in coff_arm_relocate_section() 1345 BFD_ASSERT (globals != NULL); in coff_arm_relocate_section() 1346 BFD_ASSERT (globals->bfd_of_glue_owner != NULL); in coff_arm_relocate_section() 1350 s = bfd_get_section_by_name (globals->bfd_of_glue_owner, in coff_arm_relocate_section() 1386 BFD_ASSERT (my_offset <= globals->arm_glue_size); in coff_arm_relocate_section() 1425 struct coff_arm_link_hash_table * globals; in coff_arm_relocate_section() local 1431 globals = coff_arm_hash_table (info); in coff_arm_relocate_section() 1433 BFD_ASSERT (globals != NULL); in coff_arm_relocate_section() [all …]
|
D | elf32-arm.c | 3364 using_thumb_only (struct elf32_arm_link_hash_table *globals) in using_thumb_only() argument 3366 int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in using_thumb_only() 3376 profile = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in using_thumb_only() 3385 using_thumb2 (struct elf32_arm_link_hash_table *globals) in using_thumb2() argument 3387 int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in using_thumb2() 3586 arch_has_arm_nop (struct elf32_arm_link_hash_table *globals) in arch_has_arm_nop() argument 3588 const int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in arch_has_arm_nop() 3597 arch_has_thumb2_nop (struct elf32_arm_link_hash_table *globals) in arch_has_thumb2_nop() argument 3599 const int arch = bfd_elf_get_obj_attr_int (globals->obfd, OBJ_ATTR_PROC, in arch_has_thumb2_nop() 3643 struct elf32_arm_link_hash_table * globals; in arm_type_of_stub() local [all …]
|
D | elfnn-aarch64.c | 2192 struct elf_aarch64_link_hash_table *globals; in aarch64_type_of_stub() local 2199 globals = elf_aarch64_hash_table (info); in aarch64_type_of_stub() 2200 via_plt_p = (globals->root.splt != NULL && hash != NULL in aarch64_type_of_stub() 3625 struct elf_aarch64_link_hash_table *globals = in elfNN_aarch64_size_stubs() local 3633 if (globals->root.splt != NULL && hash != NULL in elfNN_aarch64_size_stubs() 3636 sym_sec = globals->root.splt; in elfNN_aarch64_size_stubs() 3657 struct elf_aarch64_link_hash_table *globals = in elfNN_aarch64_size_stubs() local 3660 if (globals->root.splt != NULL && hash != NULL in elfNN_aarch64_size_stubs() 3663 sym_sec = globals->root.splt; in elfNN_aarch64_size_stubs() 3891 struct elf_aarch64_link_hash_table *globals; in bfd_elfNN_aarch64_set_options() local [all …]
|
D | linker.c | 3208 if (t->globals.list != NULL) in bfd_find_version_for_sym() 3212 while ((d = (*t->match) (&t->globals, d, sym_name)) != NULL) in bfd_find_version_for_sym()
|
D | elf32-tic6x.c | 4244 struct elf32_tic6x_link_hash_table *globals in elf32_tic6x_write_section() local 4248 if (globals == NULL) in elf32_tic6x_write_section()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | solaris2.em | 82 struct bfd_elf_version_expr *globals = NULL, *locals = NULL; 90 globals = lang_new_vers_pattern (globals, *sym, NULL, TRUE); 95 basever = lang_new_vers_node (globals, locals);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sparc.c | 111 static symbolS *globals[8]; variable 2321 && no_undeclared_regs && ! globals[mask]) in sparc_ip() 4419 if (globals[reg]) in s_register() 4421 if ((regname && globals[reg] != (symbolS *) 1 in s_register() 4422 && strcmp (S_GET_NAME (globals[reg]), regname)) in s_register() 4423 || ((regname != NULL) ^ (globals[reg] != (symbolS *) 1))) in s_register() 4429 globals[reg] = (symbolS *) 1; in s_register() 4438 globals[reg] = symbol_make (regname); in s_register() 4439 flags = symbol_get_bfdsym (globals[reg])->flags; in s_register() 4444 symbol_get_bfdsym (globals[reg])->flags = flags; in s_register() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | symbols-5.d | 2 # globals and private_externs
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | branch-misc-2.s | 1 # Source file used to test the backward branches to globals in this file.
|
D | branch-misc-2.d | 5 # Test the backward branches to globals symbols in current file.
|
D | branch-misc-2pic.d | 6 # Test the backward branches to globals symbols in current file.
|
D | mipsr6@branch-misc-2pic-64.d | 6 # Test the backward branches to globals symbols in current file.
|
D | mipsr6@branch-misc-2-64.d | 6 # Test the backward branches to globals symbols in current file.
|
D | branch-misc-2-64.d | 6 # Test the backward branches to globals symbols in current file.
|
D | branch-misc-2pic-64.d | 6 # Test the backward branches to globals symbols in current file.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | debug.c | 94 struct debug_namespace *globals; member 654 nsp = &info->current_file->globals; in debug_add_to_current_namespace() 803 &info->current_file->globals, in debug_record_function() 1140 nsp = &info->current_file->globals; in debug_record_variable() 1149 nsp = &info->current_file->globals; in debug_record_variable() 1857 nm = debug_add_to_namespace (info, &info->current_file->globals, name, in debug_name_type() 1910 nm = debug_add_to_namespace (info, &info->current_file->globals, name, in debug_tag_type() 1973 if (f->globals != NULL) in debug_find_named_type() 1977 for (n = f->globals->list; n != NULL; n = n->next) in debug_find_named_type() 2010 if (f->globals != NULL) in debug_find_tagged_type() [all …]
|
D | ChangeLog-2009 | 1244 * dlltool.c (file scope): Removed globals identify_ms, 1279 * dlltool.c (file scope): Added new globals identify_ms and 1280 identify_strict. New typedef dll_name_list_type, and globals
|
/toolchain/binutils/binutils-2.25/include/ |
D | hp-symtab.h | 1632 int globals; /* index into the DNTT where GNTT begins */ member 1683 int globals; /* index into the DNTT where GNTT begins */ member
|
D | bfdlink.h | 827 struct bfd_elf_version_expr_head globals; member
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | tls-descrelax-v7.s | 1 @ we can relax local and non-weak globals for non-shared links
|
D | tls-descrelax-be32.s | 1 @ we can relax local and non-weak globals for non-shared links
|
D | tls-descrelax.s | 1 @ we can relax local and non-weak globals for non-shared links
|
D | tls-descrelax-be8.s | 1 @ we can relax local and non-weak globals for non-shared links
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 7716 lang_new_vers_node (struct bfd_elf_version_expr *globals, in lang_new_vers_node() argument 7722 ret->globals.list = globals; in lang_new_vers_node() 7860 lang_finalize_version_expr_head (&version->globals); in lang_register_vers_node() 7866 for (e1 = version->globals.list; e1 != NULL; e1 = e1->next) in lang_register_vers_node() 7899 if (t->globals.htab && e1->literal) in lang_register_vers_node() 7902 htab_find ((htab_t) t->globals.htab, e1); in lang_register_vers_node() 7913 for (e2 = t->globals.remaining; e2 != NULL; e2 = e2->next) in lang_register_vers_node()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-9203 | 1371 * cg_arcs.c (arcs, numarcs): New globals. 1375 (arcs, numarcs): Declare new globals. 1376 * core.c (symbol_map, symbol_map_count): New globals. 1542 * symtab.c (symtab_finalize): ensure globals symbols really
|