OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_shdr
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elfcore.h
189
Elf_External_Shdr
x_shdr
;
local
202
if (bfd_bread (&
x_shdr
, sizeof (
x_shdr
), abfd) != sizeof (
x_shdr
))
204
elf_swap_shdr_in (abfd, &
x_shdr
, &i_shdr);
elfcode.h
494
Elf_External_Shdr
x_shdr
; /* Section header table entry, external form */
567
if (i_ehdrp->e_shentsize != sizeof (
x_shdr
) && i_ehdrp->e_shnum != 0)
621
if (bfd_bread (&
x_shdr
, sizeof
x_shdr
, abfd) != sizeof (
x_shdr
))
623
elf_swap_shdr_in (abfd, &
x_shdr
, &i_shdr);
657
if (i_ehdrp->e_shnum > (unsigned int) -1 / sizeof (
x_shdr
)
661
where += (i_ehdrp->e_shnum - 1) * sizeof (
x_shdr
);
669
if (bfd_bread (&
x_shdr
, sizeof
x_shdr
, abfd) != sizeof (x_shdr)
492
Elf_External_Shdr
x_shdr
; \/* Section header table entry, external form *\/
local
1072
Elf_External_Shdr
x_shdr
;
local
[
all
...]
Completed in 69 milliseconds