Lines Matching refs:Boolean
70 static Boolean
169 static Boolean
170 map_equal_flags(Mapfile *mf, Sg_desc *sgp, Boolean *b_flags, in map_equal_flags()
266 static Boolean
292 static Boolean
321 Boolean b_type = FALSE; /* True if seg types found. */ in map_equal()
322 Boolean b_flags = FALSE; /* True if seg flags found. */ in map_equal()
323 Boolean b_len = FALSE; /* True if seg length found. */ in map_equal()
324 Boolean b_round = FALSE; /* True if seg rounding found. */ in map_equal()
325 Boolean b_vaddr = FALSE; /* True if seg virtual addr found. */ in map_equal()
326 Boolean b_paddr = FALSE; /* True if seg physical addr found. */ in map_equal()
327 Boolean b_align = FALSE; /* True if seg alignment found. */ in map_equal()
596 static Boolean
601 Boolean b_name = FALSE; in map_colon()
602 Boolean b_type = FALSE; in map_colon()
603 Boolean b_attr = FALSE; in map_colon()
604 Boolean b_bang = FALSE; in map_colon()
800 static Boolean
827 static Boolean
857 static Boolean
953 static Boolean
1210 Boolean
1216 Boolean new_segment; /* If true, defines new segment */ in ld_map_parse_v1()