Home
last modified time | relevance | path

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

/external/elfutils/src/
DChangeLog122 * readelf.c (print_phdr, handle_gnu_hash,
577 (print_phdr): Likewise.
1706 * readelf.c (print_phdr): Make sure phdr2_mem lifetime/scope equals
2100 (print_phdr): Check phnum.
2134 (print_phdr): Check there actually is a phdr.
2265 * readelf (print_phdr): Check there is a SHT_PROGBITS section at the
2271 * readelf.c (print_phdr): Check phdr->p_filesz and make sure
3272 (print_phdr): Use phnum instead of EHDR->e_phnum.
3481 * readelf.c (print_phdr): Don't print section mapping when no sections.
4966 * readelf.c (print_phdr): In section mapping, also indicate
[all …]
Dreadelf.c296 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
1006 print_phdr (ebl, ehdr); in process_elf_file()
1358 print_phdr (Ebl *ebl, GElf_Ehdr *ehdr) in print_phdr() function