OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dosmin
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/chain/
utility.h
46
#define
dosmin
((addr_t)0x500u)
macro
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 1753 milliseconds