Home
last modified time | relevance | path

Searched refs:print_phdr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
DChangeLog237 * readelf.c (print_phdr): Make sure phdr2_mem lifetime/scope equals
631 (print_phdr): Check phnum.
665 (print_phdr): Check there actually is a phdr.
796 * readelf (print_phdr): Check there is a SHT_PROGBITS section at the
802 * readelf.c (print_phdr): Check phdr->p_filesz and make sure
1803 (print_phdr): Use phnum instead of EHDR->e_phnum.
2012 * readelf.c (print_phdr): Don't print section mapping when no sections.
3497 * readelf.c (print_phdr): In section mapping, also indicate
3539 * readelf.c (print_phdr): Show which sections are covered by the
Dreadelf.c248 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
900 print_phdr (ebl, ehdr); in process_elf_file()
1236 print_phdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_phdr() function