Home | History | Annotate | Download | only in config

Lines Matching defs:xlat

178   const mach_o_section_name_xlat *xlat;
182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname);
186 if (xlat != NULL)
188 name = xstrdup (xlat->bfd_name);
189 sectype = xlat->macho_sectype;
200 secattr = xlat->macho_secattr;
201 secalign = xlat->sectalign;
202 flags = xlat->bfd_flags;
606 const mach_o_section_name_xlat *xlat;
612 xlat = bfd_mach_o_section_data_for_bfd_name (stdoutput, nam, &segn);
613 if (xlat == NULL)
626 sec = subseg_force_new (xlat->bfd_name, 0);
630 msect->flags = xlat->macho_sectype | xlat->macho_secattr;
631 msect->align = xlat->sectalign;