Searched refs:sym_size (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c2466 int sym_size; /* Size of symbols to read */
2473 sym_size = LDSYMLEN (pst);
2492 symbuf_left = sym_offset + sym_size;
2555 max_symnum = sym_size / symbol_size;
2457 int sym_size; /* Size of symbols to read */ local
H A Dhpread.c2796 hpread_expand_symtab (struct objfile *objfile, int sym_offset, int sym_size,
2830 * determined the "sym_size" argument (i.e. how many DNTT symbols
2844 max_symnum = sym_size / sizeof (struct dntt_type_block);
2782 hpread_expand_symtab(struct objfile *objfile, int sym_offset, int sym_size, CORE_ADDR text_offset, int text_size, struct section_offsets *section_offsets, char *filename) argument

Completed in 57 milliseconds