Searched refs:first_section (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-ip2k.c1073 static asection * first_section = NULL; local
1085 if (first_section == NULL)
1088 first_section = sec;
1091 if (first_section == sec)
H A Delf.c5574 asection *first_section;
5581 first_section = NULL;
5591 if (first_section == NULL)
5592 first_section = section;
5616 if (!first_section || first_section->output_section != NULL)
5705 if (section == first_section)
6029 asection *first_section = NULL;
6040 if (first_section == NULL)
6041 first_section
5572 asection *first_section; local
6027 asection *first_section = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-ip2k.c1073 static asection * first_section = NULL; local
1085 if (first_section == NULL)
1088 first_section = sec;
1091 if (first_section == sec)
H A Delf.c5565 asection *first_section;
5572 first_section = NULL;
5582 if (first_section == NULL)
5583 first_section = section;
5607 if (!first_section || first_section->output_section != NULL)
5696 if (section == first_section)
6020 asection *first_section = NULL;
6031 if (first_section == NULL)
6032 first_section
5563 asection *first_section; local
6018 asection *first_section = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dmessage.c445 msgresetnames(dns_message_t *msg, unsigned int first_section) { argument
453 for (i = first_section; i < DNS_SECTION_MAX; i++) {

Completed in 232 milliseconds