Home | History | Annotate | Download | only in config

Lines Matching refs:sect_index

666 obj_mach_o_known_section (int sect_index)
674 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1);
714 obj_mach_o_objc_section (int sect_index)
722 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1);
759 obj_mach_o_debug_section (int sect_index)
767 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1);
806 obj_mach_o_opt_tgt_section (int sect_index)
808 const struct opt_tgt_sect *tgtsct = &tgt_sections[sect_index];
841 obj_mach_o_base_section (int sect_index)
853 switch (sect_index)