OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_phdrp
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elfcore.h
91
Elf_Internal_Phdr *
i_phdrp
; /* Elf program header, internal form. */
local
226
amt = sizeof (*
i_phdrp
) * i_ehdrp->e_phnum;
227
i_phdrp
= (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
228
if (!
i_phdrp
)
231
elf_tdata (abfd)->phdr =
i_phdrp
;
241
elf_swap_phdr_in (abfd, &x_phdr,
i_phdrp
+ phindex);
263
if (! bfd_section_from_phdr (abfd,
i_phdrp
+ phindex, (int) phindex))
272
Elf_Internal_Phdr *p =
i_phdrp
+ phindex;
elfcode.h
1173
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
1190
elf_swap_phdr_out (abfd, &
i_phdrp
[count], &x_phdr);
1170
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
local
/src/external/gpl3/binutils.old/dist/bfd/
elfcore.h
91
Elf_Internal_Phdr *
i_phdrp
; /* Elf program header, internal form. */
local
229
amt = sizeof (*
i_phdrp
) * i_ehdrp->e_phnum;
230
i_phdrp
= (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
231
if (!
i_phdrp
)
234
elf_tdata (abfd)->phdr =
i_phdrp
;
244
elf_swap_phdr_in (abfd, &x_phdr,
i_phdrp
+ phindex);
266
if (! bfd_section_from_phdr (abfd,
i_phdrp
+ phindex, (int) phindex))
275
Elf_Internal_Phdr *p =
i_phdrp
+ phindex;
elfcode.h
1174
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
1191
elf_swap_phdr_out (abfd, &
i_phdrp
[count], &x_phdr);
1171
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
local
/src/external/gpl3/gdb/dist/bfd/
elfcore.h
91
Elf_Internal_Phdr *
i_phdrp
; /* Elf program header, internal form. */
local
229
amt = sizeof (*
i_phdrp
) * i_ehdrp->e_phnum;
230
i_phdrp
= (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
231
if (!
i_phdrp
)
234
elf_tdata (abfd)->phdr =
i_phdrp
;
244
elf_swap_phdr_in (abfd, &x_phdr,
i_phdrp
+ phindex);
266
if (! bfd_section_from_phdr (abfd,
i_phdrp
+ phindex, (int) phindex))
275
Elf_Internal_Phdr *p =
i_phdrp
+ phindex;
elfcode.h
1174
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
1191
elf_swap_phdr_out (abfd, &
i_phdrp
[count], &x_phdr);
1171
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
local
/src/external/gpl3/gdb.old/dist/bfd/
elfcore.h
91
Elf_Internal_Phdr *
i_phdrp
; /* Elf program header, internal form. */
local
229
amt = sizeof (*
i_phdrp
) * i_ehdrp->e_phnum;
230
i_phdrp
= (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
231
if (!
i_phdrp
)
234
elf_tdata (abfd)->phdr =
i_phdrp
;
244
elf_swap_phdr_in (abfd, &x_phdr,
i_phdrp
+ phindex);
266
if (! bfd_section_from_phdr (abfd,
i_phdrp
+ phindex, (int) phindex))
275
Elf_Internal_Phdr *p =
i_phdrp
+ phindex;
elfcode.h
1174
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
1191
elf_swap_phdr_out (abfd, &
i_phdrp
[count], &x_phdr);
1171
Elf_Internal_Phdr *
i_phdrp
= elf_tdata (abfd)->phdr;
local
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026