Home | History | Annotate | Download | only in bfd

Lines Matching defs:entry_end

2437       bfd_byte * entry_end;
2439 entry_end = rsrc_print_resource_entries (file, abfd, indent + 1, TRUE,
2442 highest_data = max (highest_data, entry_end);
2443 if (entry_end >= regions->section_end)
2444 return entry_end;
2449 bfd_byte * entry_end;
2451 entry_end = rsrc_print_resource_entries (file, abfd, indent + 1, FALSE,
2454 highest_data = max (highest_data, entry_end);
2455 if (entry_end >= regions->section_end)
2456 return entry_end;
3107 bfd_byte * entry_end;
3109 entry_end = rsrc_count_entries (abfd, num_entries >= num_ids,
3112 highest_data = max (highest_data, entry_end);
3113 if (entry_end >= dataend)
3278 bfd_byte * entry_end;
3280 entry_end = rsrc_parse_entry (abfd, is_name, entry, datastart,
3283 highest_data = max (entry_end, highest_data);
3284 if (entry_end > dataend)