Lines Matching refs:num_offsets
629 int num_offsets, in syms_from_objfile() argument
765 size_t size = SIZEOF_N_SECTION_OFFSETS (num_offsets); in syms_from_objfile()
768 objfile->num_sections = num_offsets; in syms_from_objfile()
895 int num_offsets, in symbol_file_add_with_addrs_or_offsets() argument
939 syms_from_objfile (objfile, addrs, offsets, num_offsets, in symbol_file_add_with_addrs_or_offsets()
1948 int num_offsets; in reread_symbols() local
1985 num_offsets = objfile->num_sections; in reread_symbols()
1987 alloca (SIZEOF_N_SECTION_OFFSETS (num_offsets))); in reread_symbols()
1989 SIZEOF_N_SECTION_OFFSETS (num_offsets)); in reread_symbols()
2056 SIZEOF_N_SECTION_OFFSETS (num_offsets)); in reread_symbols()
2058 SIZEOF_N_SECTION_OFFSETS (num_offsets)); in reread_symbols()
2059 objfile->num_sections = num_offsets; in reread_symbols()