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

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 128 asection *descriptor_section; member in struct:xcoff_link_hash_table
1193 if (xcoff_hash_table (info)->descriptor_section == NULL)
1203 xcoff_hash_table (info)->descriptor_section = dsec;
2925 sec = xcoff_hash_table (info)->descriptor_section;
3243 || o == xcoff_hash_table (info)->descriptor_section
4130 sec = xcoff_hash_table (info)->descriptor_section;
6603 == xcoff_hash_table (flinfo->info)->descriptor_section))
7556 o = xcoff_hash_table (info)->descriptor_section;
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 128 asection *descriptor_section; member in struct:xcoff_link_hash_table
1193 if (xcoff_hash_table (info)->descriptor_section == NULL)
1203 xcoff_hash_table (info)->descriptor_section = dsec;
2925 sec = xcoff_hash_table (info)->descriptor_section;
3243 || o == xcoff_hash_table (info)->descriptor_section
4130 sec = xcoff_hash_table (info)->descriptor_section;
6603 == xcoff_hash_table (flinfo->info)->descriptor_section))
7556 o = xcoff_hash_table (info)->descriptor_section;
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 128 asection *descriptor_section; member in struct:xcoff_link_hash_table
1150 if (xcoff_hash_table (info)->descriptor_section == NULL)
1160 xcoff_hash_table (info)->descriptor_section = dsec;
2882 sec = xcoff_hash_table (info)->descriptor_section;
3200 || o == xcoff_hash_table (info)->descriptor_section
4084 sec = xcoff_hash_table (info)->descriptor_section;
6556 == xcoff_hash_table (flinfo->info)->descriptor_section))
7509 o = xcoff_hash_table (info)->descriptor_section;
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 128 asection *descriptor_section; member in struct:xcoff_link_hash_table
1158 if (xcoff_hash_table (info)->descriptor_section == NULL)
1168 xcoff_hash_table (info)->descriptor_section = dsec;
2890 sec = xcoff_hash_table (info)->descriptor_section;
3208 || o == xcoff_hash_table (info)->descriptor_section
4092 sec = xcoff_hash_table (info)->descriptor_section;
6564 == xcoff_hash_table (flinfo->info)->descriptor_section))
7517 o = xcoff_hash_table (info)->descriptor_section;

Completed in 40 milliseconds