HomeSort by relevance Sort by last modified time
    Searched full:ehdr_region (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
elfcmp.c 403 struct region ehdr_region; local
407 ehdr_region.from = 0;
408 ehdr_region.to = ehdr1->e_ehsize;
409 ehdr_region.next = &phdr_region;
415 regions = &ehdr_region;

Completed in 337 milliseconds