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

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c300 sym_size(char *name) function
H A Dlockstat.c100 extern size_t sym_size(char *name);
1179 size = sym_size(addrp) - off;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddbxread.c2473 int sym_size; /* Size of symbols to read */
2480 sym_size = LDSYMLEN (pst);
2499 symbuf_left = sym_offset + sym_size;
2562 max_symnum = sym_size / symbol_size;
2464 int sym_size; /* Size of symbols to read */ local
H A Dhpread.c2798 hpread_expand_symtab (struct objfile *objfile, int sym_offset, int sym_size,
2832 * determined the "sym_size" argument (i.e. how many DNTT symbols
2846 max_symnum = sym_size / sizeof (struct dntt_type_block);
2784 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 95 milliseconds