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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c7507 int num_phdrs;
7515 num_phdrs = elf_elfheader (abfd)->e_phnum;
7517 num_phdrs * sizeof (Elf_Internal_Phdr));
7519 return num_phdrs;
7498 int num_phdrs; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c8540 int num_phdrs;
8548 num_phdrs = elf_elfheader (abfd)->e_phnum;
8550 num_phdrs * sizeof (Elf_Internal_Phdr));
8552 return num_phdrs;
8531 int num_phdrs; local

Completed in 203 milliseconds