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

/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c341 elf_phdr_type_str(unsigned int type) function
1351 find_name(ed, elf_phdr_type_str(ph.p_type)) == NULL)
1360 elf_phdr_type_str(ph.p_type));
1374 PRT("\tp_type: %s\n", elf_phdr_type_str(ph.p_type));

Completed in 127 milliseconds