OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
169
static struct bfd_section *edata_s, *
reloc_s
;
variable in typeref:struct:
1131
reloc_s
= bfd_make_section_old_way (filler_bfd, ".reloc");
1132
if (
reloc_s
== NULL
1133
|| !bfd_set_section_flags (
reloc_s
, (SEC_HAS_CONTENTS
1143
bfd_set_section_size (
reloc_s
, 0);
1592
if (
reloc_s
== NULL ||
reloc_s
->output_section == bfd_abs_section_ptr)
1718
>=
reloc_s
->output_section->vma)
3755
bfd_set_section_size (
reloc_s
, reloc_sz);
3767
reloc_s
->contents = reloc_d
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
169
static struct bfd_section *edata_s, *
reloc_s
;
variable in typeref:struct:
1095
reloc_s
= bfd_make_section_old_way (filler_bfd, ".reloc");
1096
if (
reloc_s
== NULL
1097
|| !bfd_set_section_flags (
reloc_s
, (SEC_HAS_CONTENTS
1107
bfd_set_section_size (
reloc_s
, 0);
1556
if (
reloc_s
== NULL ||
reloc_s
->output_section == bfd_abs_section_ptr)
1683
>=
reloc_s
->output_section->vma)
3750
bfd_set_section_size (
reloc_s
, reloc_sz);
3762
reloc_s
->contents = reloc_d
[
all
...]
Completed in 26 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026