Lines Matching refs:is_dir
3291 bool is_dir; member
3351 entry->is_dir = true; in rsrc_parse_entry()
3362 entry->is_dir = false; in rsrc_parse_entry()
3535 if (entry->is_dir) in rsrc_write_entry()
3565 if (entry->is_dir) in rsrc_compute_region_sizes()
3575 if (entry->is_dir) in rsrc_compute_region_sizes()
3849 BFD_ASSERT (! a->is_dir); in rsrc_merge_string_entries()
3852 BFD_ASSERT (! b->is_dir); in rsrc_merge_string_entries()
3979 if (entry->is_dir && next->is_dir) in rsrc_sort_entries()
4035 else if (entry->is_dir != next->is_dir) in rsrc_sort_entries()
4143 BFD_ASSERT (a->is_dir); in rsrc_merge()
4144 BFD_ASSERT (b->is_dir); in rsrc_merge()