Lines Matching refs:ovl

351   unsigned int ovl;  member
1061 unsigned int ovl = 0; in count_stub() local
1071 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index; in count_stub()
1090 htab->stub_count[ovl] += 1; in count_stub()
1098 if (ovl == 0) in count_stub()
1103 if (g->addend == addend && g->ovl == 0) in count_stub()
1114 htab->stub_count[g->ovl] -= 1; in count_stub()
1123 if (g->addend == addend && (g->ovl == ovl || g->ovl == 0)) in count_stub()
1132 g->ovl = ovl; in count_stub()
1138 htab->stub_count[ovl] += 1; in count_stub()
1195 unsigned int ovl, dest_ovl, set_id; in build_stub() local
1201 ovl = 0; in build_stub()
1203 ovl = spu_elf_section_data (isec->output_section)->u.o.ovl_index; in build_stub()
1219 g->ovl = ovl; in build_stub()
1231 if (g->addend == addend && (g->ovl == ovl || g->ovl == 0)) in build_stub()
1236 if (g->ovl == 0 && ovl != 0) in build_stub()
1243 sec = htab->stub_sec[ovl]; in build_stub()
1368 if (ovl == 0) in build_stub()
1400 if (ovl == 0) in build_stub()
1429 sprintf (name, "%08x.ovl_call.", g->ovl); in build_stub()
1689 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; in spu_elf_size_stubs() local
1691 htab->stub_sec[ovl] = stub; in spu_elf_size_stubs()
1696 stub->size = htab->stub_count[ovl] * ovl_stub_size (htab->params); in spu_elf_size_stubs()
1778 unsigned int ovl = spu_elf_section_data (osec)->u.o.ovl_index; in spu_elf_place_overlay_data() local
1779 (*htab->params->place_spu_section) (htab->stub_sec[ovl], osec, NULL); in spu_elf_place_overlay_data()
4942 unsigned int ovl = 0; in spu_elf_relocate_section() local
4946 ovl = iovl; in spu_elf_relocate_section()
4955 ? (g->ovl == ovl in spu_elf_relocate_section()
4959 : g->addend == addend && (g->ovl == ovl || g->ovl == 0)) in spu_elf_relocate_section()
4975 unsigned int ovl = overlay_index (sec); in spu_elf_relocate_section() local
4976 if (ovl != 0) in spu_elf_relocate_section()
4978 unsigned int set_id = ((ovl - 1) >> htab->num_lines_log2) + 1; in spu_elf_relocate_section()
5142 : g->addend == 0 && g->ovl == 0) in spu_elf_output_symbol_hook()