OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filler_bfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
168
static bfd *
filler_bfd
;
variable
1103
filler_file->the_bfd =
filler_bfd
= bfd_create ("dll stuff",
1105
if (
filler_bfd
== NULL
1106
|| !bfd_set_arch_mach (
filler_bfd
,
1116
edata_s = bfd_make_section_old_way (
filler_bfd
, ".edata");
1131
reloc_s = bfd_make_section_old_way (
filler_bfd
, ".reloc");
3707
pe_output_file_set_long_section_names (
filler_bfd
);
3714
pe_output_file_set_long_section_names (
filler_bfd
);
3725
pe_output_file_set_long_section_names (
filler_bfd
);
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
168
static bfd *
filler_bfd
;
variable
1068
filler_file->the_bfd =
filler_bfd
= bfd_create ("dll stuff",
1070
if (
filler_bfd
== NULL
1071
|| !bfd_set_arch_mach (
filler_bfd
,
1081
edata_s = bfd_make_section_old_way (
filler_bfd
, ".edata");
1095
reloc_s = bfd_make_section_old_way (
filler_bfd
, ".reloc");
3705
pe_output_file_set_long_section_names (
filler_bfd
);
3712
pe_output_file_set_long_section_names (
filler_bfd
);
3721
pe_output_file_set_long_section_names (
filler_bfd
);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026