Searched refs:SIZEOF_N_SECTION_OFFSETS (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsomread.c396 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
H A Dmachoread.c795 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
797 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
H A Dsymfile.c523 memset (section_offsets, 0, SIZEOF_N_SECTION_OFFSETS (num_sections));
759 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
1009 size_t size = SIZEOF_N_SECTION_OFFSETS (num_offsets);
2412 alloca (SIZEOF_N_SECTION_OFFSETS (num_offsets)));
2414 SIZEOF_N_SECTION_OFFSETS (num_offsets));
2495 SIZEOF_N_SECTION_OFFSETS (num_offsets));
2497 SIZEOF_N_SECTION_OFFSETS (num_offsets));
H A Dsolib-target.c339 so->lm_info->offsets = xzalloc (SIZEOF_N_SECTION_OFFSETS (num_sections));
H A Dsymtab.h740 #define SIZEOF_N_SECTION_OFFSETS(n) \
738 #define SIZEOF_N_SECTION_OFFSETS macro
H A Dobjfiles.c733 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)));
890 xmalloc (SIZEOF_N_SECTION_OFFSETS (debug_objfile->num_sections));
H A Drs6000-nat.c680 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
H A Delfread.c1545 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
H A Dxcoffread.c3043 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
H A Dremote.c3025 alloca (SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections)));
3027 SIZEOF_N_SECTION_OFFSETS (symfile_objfile->num_sections));

Completed in 277 milliseconds