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

  /src/external/gpl3/binutils/dist/bfd/
merge.c 141 struct sec_merge_hash_entry *first_str; member in struct:sec_merge_sec_info
535 struct sec_merge_hash_entry *entry = secinfo->first_str;
967 BFD_ASSERT (!secinfo->first_str);
968 secinfo->first_str = sinfo->htab->first;
1027 BFD_ASSERT (!secinfo->first_str);
1028 secinfo->first_str = e;
1050 if (secinfo->first_str == NULL
1098 if (secinfo->first_str == NULL)
  /src/external/gpl3/binutils.old/dist/bfd/
merge.c 143 struct sec_merge_hash_entry *first_str; member in struct:sec_merge_sec_info
537 struct sec_merge_hash_entry *entry = secinfo->first_str;
969 BFD_ASSERT (!secinfo->first_str);
970 secinfo->first_str = sinfo->htab->first;
1030 BFD_ASSERT (!secinfo->first_str);
1031 secinfo->first_str = e;
1053 if (secinfo->first_str == NULL
1076 if (secinfo->first_str == NULL)
1128 return secinfo->first_str ? sec->size : 0;
  /src/external/gpl3/gdb/dist/bfd/
merge.c 143 struct sec_merge_hash_entry *first_str; member in struct:sec_merge_sec_info
537 struct sec_merge_hash_entry *entry = secinfo->first_str;
969 BFD_ASSERT (!secinfo->first_str);
970 secinfo->first_str = sinfo->htab->first;
1030 BFD_ASSERT (!secinfo->first_str);
1031 secinfo->first_str = e;
1053 if (secinfo->first_str == NULL
1076 if (secinfo->first_str == NULL)
1128 return secinfo->first_str ? sec->size : 0;
  /src/external/gpl3/gdb.old/dist/bfd/
merge.c 149 struct sec_merge_hash_entry *first_str; member in struct:sec_merge_sec_info
518 struct sec_merge_hash_entry *entry = secinfo->first_str;
958 BFD_ASSERT (!secinfo->first_str);
959 secinfo->first_str = sinfo->htab->first;
1023 BFD_ASSERT (!secinfo->first_str);
1024 secinfo->first_str = e;
1046 if (secinfo->first_str == NULL)
1068 if (secinfo->first_str == NULL)
1120 return secinfo->first_str ? sec->size : 0;

Completed in 30 milliseconds