Searched refs:shdra (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/asymmetric_keys/
H A Dverify_pefile.c210 const struct section_header *shdra = a; pefile_compare_shdrs() local
214 if (shdra->data_addr > shdrb->data_addr) pefile_compare_shdrs()
216 if (shdrb->data_addr > shdra->data_addr) pefile_compare_shdrs()
219 if (shdra->virtual_address > shdrb->virtual_address) pefile_compare_shdrs()
221 if (shdrb->virtual_address > shdra->virtual_address) pefile_compare_shdrs()
224 rc = strcmp(shdra->name, shdrb->name); pefile_compare_shdrs()
228 if (shdra->virtual_size > shdrb->virtual_size) pefile_compare_shdrs()
230 if (shdrb->virtual_size > shdra->virtual_size) pefile_compare_shdrs()
233 if (shdra->raw_data_size > shdrb->raw_data_size) pefile_compare_shdrs()
235 if (shdrb->raw_data_size > shdra->raw_data_size) pefile_compare_shdrs()

Completed in 60 milliseconds