Searched refs:r_section (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/include/
H A Dres_update.h40 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */ member in struct:ns_updrec
/freebsd-10.1-release/contrib/binutils/bfd/
H A Daoutx.h4263 asection *r_section = NULL;
4411 r_section = aout_reloc_index_to_section (input_bfd, r_index);
4412 relocation = (r_section->output_section->vma
4413 + r_section->output_offset
4414 - r_section->vma);
4486 r_section = obj_textsec (input_bfd);
4489 r_section = obj_datasec (input_bfd);
4492 r_section = obj_bsssec (input_bfd);
4495 r_section = bfd_abs_section_ptr;
4498 relocation = (r_section
[all...]
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_mkupdate.c132 else if (rrecp_start->r_section != S_ZONE)
138 section = rrecp->r_section;
951 rrecp->r_section = (ns_sect)section;

Completed in 172 milliseconds