HomeSort by: relevance | last modified time | path
    Searched defs:_bfd_section_already_linked_table (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
linker.c 2872 static struct bfd_hash_table _bfd_section_already_linked_table;
2883 bfd_hash_traverse (&_bfd_section_already_linked_table,
2892 bfd_hash_lookup (&_bfd_section_already_linked_table, name,
2906 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l);
2935 return bfd_hash_table_init_n (&_bfd_section_already_linked_table,
2944 bfd_hash_table_free (&_bfd_section_already_linked_table);
2866 static struct bfd_hash_table _bfd_section_already_linked_table; variable in typeref:struct:bfd_hash_table
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 2842 static struct bfd_hash_table _bfd_section_already_linked_table;
2853 bfd_hash_traverse (&_bfd_section_already_linked_table,
2862 bfd_hash_lookup (&_bfd_section_already_linked_table, name,
2876 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l);
2905 return bfd_hash_table_init_n (&_bfd_section_already_linked_table,
2914 bfd_hash_table_free (&_bfd_section_already_linked_table);
2836 static struct bfd_hash_table _bfd_section_already_linked_table; variable in typeref:struct:bfd_hash_table
  /src/external/gpl3/gdb/dist/bfd/
linker.c 2773 static struct bfd_hash_table _bfd_section_already_linked_table;
2784 bfd_hash_traverse (&_bfd_section_already_linked_table,
2793 bfd_hash_lookup (&_bfd_section_already_linked_table, name,
2807 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l);
2836 return bfd_hash_table_init_n (&_bfd_section_already_linked_table,
2845 bfd_hash_table_free (&_bfd_section_already_linked_table);
2766 static struct bfd_hash_table _bfd_section_already_linked_table; variable in typeref:struct:bfd_hash_table
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 2771 static struct bfd_hash_table _bfd_section_already_linked_table;
2782 bfd_hash_traverse (&_bfd_section_already_linked_table,
2791 bfd_hash_lookup (&_bfd_section_already_linked_table, name,
2805 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l);
2834 return bfd_hash_table_init_n (&_bfd_section_already_linked_table,
2843 bfd_hash_table_free (&_bfd_section_already_linked_table);
2764 static struct bfd_hash_table _bfd_section_already_linked_table; variable in typeref:struct:bfd_hash_table

Completed in 39 milliseconds