OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aux_hdr_ptr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
som.c
2390
struct som_exec_auxhdr *
aux_hdr_ptr
= NULL;
local
2503
aux_hdr_ptr
= bfd_zalloc (abfd,
2504
(bfd_size_type) sizeof (*
aux_hdr_ptr
));
2505
if (
aux_hdr_ptr
== NULL)
2514
som_swap_exec_auxhdr_in (&ext_exec_auxhdr,
aux_hdr_ptr
);
2525
return som_object_setup (abfd, &file_hdr,
aux_hdr_ptr
, current_offset);
/src/external/gpl3/binutils.old/dist/bfd/
som.c
2390
struct som_exec_auxhdr *
aux_hdr_ptr
= NULL;
local
2503
aux_hdr_ptr
= bfd_zalloc (abfd,
2504
(bfd_size_type) sizeof (*
aux_hdr_ptr
));
2505
if (
aux_hdr_ptr
== NULL)
2514
som_swap_exec_auxhdr_in (&ext_exec_auxhdr,
aux_hdr_ptr
);
2525
return som_object_setup (abfd, &file_hdr,
aux_hdr_ptr
, current_offset);
/src/external/gpl3/gdb/dist/bfd/
som.c
2390
struct som_exec_auxhdr *
aux_hdr_ptr
= NULL;
local
2503
aux_hdr_ptr
= bfd_zalloc (abfd,
2504
(bfd_size_type) sizeof (*
aux_hdr_ptr
));
2505
if (
aux_hdr_ptr
== NULL)
2514
som_swap_exec_auxhdr_in (&ext_exec_auxhdr,
aux_hdr_ptr
);
2525
return som_object_setup (abfd, &file_hdr,
aux_hdr_ptr
, current_offset);
/src/external/gpl3/gdb.old/dist/bfd/
som.c
2390
struct som_exec_auxhdr *
aux_hdr_ptr
= NULL;
local
2503
aux_hdr_ptr
= bfd_zalloc (abfd,
2504
(bfd_size_type) sizeof (*
aux_hdr_ptr
));
2505
if (
aux_hdr_ptr
== NULL)
2514
som_swap_exec_auxhdr_in (&ext_exec_auxhdr,
aux_hdr_ptr
);
2525
return som_object_setup (abfd, &file_hdr,
aux_hdr_ptr
, current_offset);
Completed in 45 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026