OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phindex
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.27/bfd/
elfcore.h
84
unsigned int
phindex
;
local
248
for (
phindex
= 0;
phindex
< i_ehdrp->e_phnum; ++
phindex
)
255
elf_swap_phdr_in (abfd, &x_phdr, i_phdrp +
phindex
);
276
for (
phindex
= 0;
phindex
< i_ehdrp->e_phnum; ++
phindex
)
277
if (! bfd_section_from_phdr (abfd, i_phdrp +
phindex
, (int)
phindex
))
[
all
...]
Completed in 103 milliseconds