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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-stgo32.c266 uint16_t last_page_size; local
289 last_page_size = H_GET_16 (abfd, filehdr_dos.e_cblp);
291 if (last_page_size != 0)
292 stubsize += last_page_size - 512;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-stgo32.c266 uint16_t last_page_size; local
289 last_page_size = H_GET_16 (abfd, filehdr_dos.e_cblp);
291 if (last_page_size != 0)
292 stubsize += last_page_size - 512;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-stgo32.c266 uint16_t last_page_size; local
289 last_page_size = H_GET_16 (abfd, filehdr_dos.e_cblp);
291 if (last_page_size != 0)
292 stubsize += last_page_size - 512;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-stgo32.c267 uint16_t last_page_size; local
290 last_page_size = H_GET_16 (abfd, filehdr_dos.e_cblp);
292 if (last_page_size != 0)
293 stubsize += last_page_size - 512;

Completed in 187 milliseconds