Searched refs:handle_phdr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 103 static void handle_phdr(Elf *, GElf_Ehdr *, GElf_Phdr *, uint32_t, 480 handle_phdr(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_phdr() function 552 handle_phdr(elf, elfhdr, &phdr, i, "note"); in handle_core() 584 handle_phdr(elf, elfhdr, &phdr, i, seg_name); in handle_core()
|