• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/

Lines Matching refs:globals

1109 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1343 struct coff_arm_link_hash_table * globals;
1349 globals = coff_arm_hash_table (info);
1351 BFD_ASSERT (globals != NULL);
1352 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1356 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1392 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1431 struct coff_arm_link_hash_table * globals;
1437 globals = coff_arm_hash_table (info);
1439 BFD_ASSERT (globals != NULL);
1440 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1444 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1456 && ! globals->support_old_code)
1467 if (globals->support_old_code)
1525 BFD_ASSERT (my_offset <= globals->thumb_glue_size);
1790 struct coff_arm_link_hash_table * globals;
1792 globals = coff_arm_hash_table (info);
1794 BFD_ASSERT (globals != NULL);
1796 if (globals->arm_glue_size != 0)
1798 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1801 (globals->bfd_of_glue_owner, ARM2THUMB_GLUE_SECTION_NAME);
1805 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size);
1807 s->size = globals->arm_glue_size;
1811 if (globals->thumb_glue_size != 0)
1813 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1816 (globals->bfd_of_glue_owner, THUMB2ARM_GLUE_SECTION_NAME);
1820 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->thumb_glue_size);
1822 s->size = globals->thumb_glue_size;
1838 struct coff_arm_link_hash_table * globals;
1842 globals = coff_arm_hash_table (info);
1844 BFD_ASSERT (globals != NULL);
1845 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1848 (globals->bfd_of_glue_owner, ARM2THUMB_GLUE_SECTION_NAME);
1869 /* The only trick here is using globals->arm_glue_size as the value. Even
1873 val = globals->arm_glue_size + 1;
1874 bfd_coff_link_add_one_symbol (info, globals->bfd_of_glue_owner, tmp_name,
1879 globals->arm_glue_size += ARM2THUMB_GLUE_SIZE;
1894 struct coff_arm_link_hash_table * globals;
1898 globals = coff_arm_hash_table (info);
1900 BFD_ASSERT (globals != NULL);
1901 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1904 (globals->bfd_of_glue_owner, THUMB2ARM_GLUE_SECTION_NAME);
1926 val = globals->thumb_glue_size + 1;
1927 bfd_coff_link_add_one_symbol (info, globals->bfd_of_glue_owner, tmp_name,
1946 sprintf (tmp_name, globals->support_old_code ? BACK_FROM_ARM : CHANGE_TO_ARM, name);
1949 val = globals->thumb_glue_size + (globals->support_old_code ? 8 : 4);
1950 bfd_coff_link_add_one_symbol (info, globals->bfd_of_glue_owner, tmp_name,
1955 globals->thumb_glue_size += THUMB2ARM_GLUE_SIZE;
1969 struct coff_arm_link_hash_table * globals;
1978 globals = coff_arm_hash_table (info);
1980 BFD_ASSERT (globals != NULL);
1982 if (globals->bfd_of_glue_owner != NULL)
2013 globals->bfd_of_glue_owner = abfd;
2024 struct coff_arm_link_hash_table * globals;
2035 globals = coff_arm_hash_table (info);
2037 BFD_ASSERT (globals != NULL);
2038 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
2040 globals->support_old_code = support_old_code;
2511 struct coff_arm_link_hash_table * globals;
2513 globals = coff_arm_hash_table (pfinfo->info);
2515 BFD_ASSERT (globals != NULL);
2517 if (globals->bfd_of_glue_owner != NULL)
2519 if (! _bfd_coff_link_input_bfd (pfinfo, globals->bfd_of_glue_owner))
2522 globals->bfd_of_glue_owner->output_has_begun = TRUE;