Lines Matching refs:sectinfo
157 struct stab_section_info *sectinfo = NULL; in elf_symtab_read() local
244 if (sectinfo != NULL) in elf_symtab_read()
246 sectinfo->next = dbx->stab_section_info; in elf_symtab_read()
247 dbx->stab_section_info = sectinfo; in elf_symtab_read()
248 sectinfo = NULL; in elf_symtab_read()
359 if (sectinfo == NULL) in elf_symtab_read()
379 sectinfo = (struct stab_section_info *) in elf_symtab_read()
381 memset (sectinfo, 0, size); in elf_symtab_read()
382 sectinfo->num_sections = max_index; in elf_symtab_read()
391 sectinfo->filename = in elf_symtab_read()
395 if (sectinfo->sections[special_local_sect] != 0) in elf_symtab_read()
398 sectinfo->filename); in elf_symtab_read()
405 sectinfo->sections[special_local_sect] = symaddr; in elf_symtab_read()