Home
last modified time | relevance | path

Searched refs:sectinfo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Delfread.c157 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()
[all …]
H A DChangeLog-20031637 elements to sectinfo structure. (Fix from Woody LaRue.)