Searched refs:shdrb (Results 1 – 1 of 1) sorted by relevance
211 const struct section_header *shdrb = b; in pefile_compare_shdrs() local214 if (shdra->data_addr > shdrb->data_addr) in pefile_compare_shdrs()216 if (shdrb->data_addr > shdra->data_addr) in pefile_compare_shdrs()219 if (shdra->virtual_address > shdrb->virtual_address) in pefile_compare_shdrs()221 if (shdrb->virtual_address > shdra->virtual_address) in pefile_compare_shdrs()224 rc = strcmp(shdra->name, shdrb->name); in pefile_compare_shdrs()228 if (shdra->virtual_size > shdrb->virtual_size) in pefile_compare_shdrs()230 if (shdrb->virtual_size > shdra->virtual_size) in pefile_compare_shdrs()233 if (shdra->raw_data_size > shdrb->raw_data_size) in pefile_compare_shdrs()235 if (shdrb->raw_data_size > shdra->raw_data_size) in pefile_compare_shdrs()