Home
last modified time | relevance | path

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

/netbsd-src/games/trek/
H A Dtorped.c78 double sectsize; in torped() local
124 sectsize = NSECTS; in torped()
154 if (x < 0.0 || x >= sectsize || in torped()
155 y < 0.0 || y >= sectsize) { in torped()
H A Dmove.c91 double sectsize; in move() local
100 sectsize = NSECTS; in move()
156 if (x < 0.0 || y < 0.0 || x >= sectsize || y >= sectsize) { in move()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstrings.c378 bfd_size_type sectsize; in strings_a_section() local
384 sectsize = bfd_section_size (sect); in strings_a_section()
385 if (sectsize == 0) in strings_a_section()
396 print_strings (filename, NULL, sect->filepos, sectsize, (char *) mem); in strings_a_section()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dstrings.c394 bfd_size_type sectsize; in strings_a_section() local
400 sectsize = bfd_section_size (sect); in strings_a_section()
401 if (sectsize == 0) in strings_a_section()
412 print_strings (filename, NULL, sect->filepos, sectsize, (char *) mem); in strings_a_section()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20121998 * osabi.c (check_note): Add 'sectsize' argument. Read
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20121998 * osabi.c (check_note): Add 'sectsize' argument. Read