HomeSort by relevance Sort by last modified time
    Searched refs:dosmax (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/chain/
utility.h 47 #define dosmax ((addr_t)(*(uint16_t *) 0x413 << 10)) macro
chain.c 167 if (endimage > dosmax)
213 /* Note: we can't rely on either INT 13h nor the dosmax
521 if (fdat.base + fdat.size > dosmax) {
532 if (sdat.base + sdat.size > dosmax) {
options.c 62 /* verify if load address is within [dosmin, dosmax) */
65 if (val < dosmin || val >= dosmax) {
71 * verify if jump address is within [dosmin, dosmax) and offset is 16bit
76 if (ipval > 0xFFFE || val < dosmin || val >= dosmax) {

Completed in 56 milliseconds