Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dres_update.h42 ns_sect r_section; /*%< ZONE/PREREQUISITE/UPDATE */ member
/freebsd-12-stable/contrib/binutils/bfd/
Daoutx.h4254 asection *r_section = NULL; in aout_link_input_section_ext() local
4402 r_section = aout_reloc_index_to_section (input_bfd, r_index); in aout_link_input_section_ext()
4403 relocation = (r_section->output_section->vma in aout_link_input_section_ext()
4404 + r_section->output_offset in aout_link_input_section_ext()
4405 - r_section->vma); in aout_link_input_section_ext()
4477 r_section = obj_textsec (input_bfd); in aout_link_input_section_ext()
4480 r_section = obj_datasec (input_bfd); in aout_link_input_section_ext()
4483 r_section = obj_bsssec (input_bfd); in aout_link_input_section_ext()
4486 r_section = bfd_abs_section_ptr; in aout_link_input_section_ext()
4489 relocation = (r_section->output_section->vma in aout_link_input_section_ext()
[all …]
/freebsd-12-stable/lib/libc/resolv/
Dres_mkupdate.c135 else if (rrecp_start->r_section != S_ZONE) in res_nmkupdate()
141 section = rrecp->r_section; in res_nmkupdate()
954 rrecp->r_section = (ns_sect)section; in res_mkupdrec()