Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymfile.c629 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()
[all …]