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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c5465 asection * first_section;
5470 first_section = NULL;
5480 if (first_section == NULL)
5481 first_section = section;
5505 if (!first_section || first_section->output_section != NULL)
5880 asection *first_section = NULL;
5894 if (!first_section)
5895 first_section = section;
5941 map->p_vaddr_offset = ((first_section
5460 asection * first_section; local
5875 asection *first_section = NULL; local
[all...]
/freebsd-9.3-release/contrib/bind9/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 165 milliseconds