Searched refs:coff_start (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcoff-stgo32.c306 unsigned long coff_start; local
337 coff_start = (long) _H (2) * 512L;
339 coff_start += (long) _H (1) - 512L;
343 if (coff_start != 2048)
366 = (PTR) bfd_alloc (abfd, (bfd_size_type) coff_start);
373 if ((unsigned long) read (f, bfd_coff_go32stub (abfd), coff_start)
374 != coff_start)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcoff-stgo32.c306 unsigned long coff_start; local
337 coff_start = (long) _H (2) * 512L;
339 coff_start += (long) _H (1) - 512L;
343 if (coff_start != 2048)
366 = (PTR) bfd_alloc (abfd, (bfd_size_type) coff_start);
373 if ((unsigned long) read (f, bfd_coff_go32stub (abfd), coff_start)
374 != coff_start)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcoff-stgo32.c306 unsigned long coff_start; local
337 coff_start = (long) _H (2) * 512L;
339 coff_start += (long) _H (1) - 512L;
343 if (coff_start != 2048)
366 = (PTR) bfd_alloc (abfd, (bfd_size_type) coff_start);
373 if ((unsigned long) read (f, bfd_coff_go32stub (abfd), coff_start)
374 != coff_start)

Completed in 68 milliseconds