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

/macosx-10.10/libresolv-57/
H A Dres_update.h87 ns_sect r_section; /* ZONE/PREREQUISITE/UPDATE */ member in struct:ns_updrec
H A Dres_mkupdate.c132 else if (rrecp_start->r_section != ns_s_zn)
138 section = rrecp->r_section;
887 rrecp->r_section = section;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Daoutx.h4237 asection *r_section = NULL;
4385 r_section = aout_reloc_index_to_section (input_bfd, r_index);
4386 relocation = (r_section->output_section->vma
4387 + r_section->output_offset
4388 - r_section->vma);
4460 r_section = obj_textsec (input_bfd);
4463 r_section = obj_datasec (input_bfd);
4466 r_section = obj_bsssec (input_bfd);
4469 r_section = bfd_abs_section_ptr;
4472 relocation = (r_section
[all...]

Completed in 111 milliseconds