Searched refs:sectinfo (Results 1 – 2 of 2) sorted by relevance
157 struct stab_section_info *sectinfo = NULL; in elf_symtab_read() local244 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()[all …]
1637 elements to sectinfo structure. (Fix from Woody LaRue.)