OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subspace_asect
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
som.c
2189
asection *
subspace_asect
;
local
2212
subspace_asect
= bfd_make_section_anyway (abfd, newname);
2213
if (!
subspace_asect
)
2217
if (! bfd_som_set_subsection_attributes (
subspace_asect
, space_asect,
2236
subspace_asect
->target_index = bfd_tell (abfd) - sizeof (subspace);
2244
subspace_asect
->flags |= SEC_DATA | SEC_READONLY;
2249
subspace_asect
->flags |= SEC_DATA;
2260
subspace_asect
->flags |= SEC_CODE | SEC_READONLY;
2265
subspace_asect
->flags |= SEC_CODE;
2270
subspace_asect
->flags |= SEC_LINK_ONCE
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
som.c
2189
asection *
subspace_asect
;
local
2212
subspace_asect
= bfd_make_section_anyway (abfd, newname);
2213
if (!
subspace_asect
)
2217
if (! bfd_som_set_subsection_attributes (
subspace_asect
, space_asect,
2236
subspace_asect
->target_index = bfd_tell (abfd) - sizeof (subspace);
2244
subspace_asect
->flags |= SEC_DATA | SEC_READONLY;
2249
subspace_asect
->flags |= SEC_DATA;
2260
subspace_asect
->flags |= SEC_CODE | SEC_READONLY;
2265
subspace_asect
->flags |= SEC_CODE;
2270
subspace_asect
->flags |= SEC_LINK_ONCE
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
som.c
2189
asection *
subspace_asect
;
local
2212
subspace_asect
= bfd_make_section_anyway (abfd, newname);
2213
if (!
subspace_asect
)
2217
if (! bfd_som_set_subsection_attributes (
subspace_asect
, space_asect,
2236
subspace_asect
->target_index = bfd_tell (abfd) - sizeof (subspace);
2244
subspace_asect
->flags |= SEC_DATA | SEC_READONLY;
2249
subspace_asect
->flags |= SEC_DATA;
2260
subspace_asect
->flags |= SEC_CODE | SEC_READONLY;
2265
subspace_asect
->flags |= SEC_CODE;
2270
subspace_asect
->flags |= SEC_LINK_ONCE
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
som.c
2189
asection *
subspace_asect
;
local
2212
subspace_asect
= bfd_make_section_anyway (abfd, newname);
2213
if (!
subspace_asect
)
2217
if (! bfd_som_set_subsection_attributes (
subspace_asect
, space_asect,
2236
subspace_asect
->target_index = bfd_tell (abfd) - sizeof (subspace);
2244
subspace_asect
->flags |= SEC_DATA | SEC_READONLY;
2249
subspace_asect
->flags |= SEC_DATA;
2260
subspace_asect
->flags |= SEC_CODE | SEC_READONLY;
2265
subspace_asect
->flags |= SEC_CODE;
2270
subspace_asect
->flags |= SEC_LINK_ONCE
[
all
...]
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026