Home
last modified time | relevance | path

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

/external/elfutils/src/src/
DChangeLog146 (print_phdr): Check phnum.
180 (print_phdr): Check there actually is a phdr.
311 * readelf (print_phdr): Check there is a SHT_PROGBITS section at the
317 * readelf.c (print_phdr): Check phdr->p_filesz and make sure
1318 (print_phdr): Use phnum instead of EHDR->e_phnum.
1527 * readelf.c (print_phdr): Don't print section mapping when no sections.
3012 * readelf.c (print_phdr): In section mapping, also indicate
3054 * readelf.c (print_phdr): Show which sections are covered by the
Dreadelf.c242 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
873 print_phdr (ebl, ehdr); in process_elf_file()
1158 print_phdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_phdr() function