OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfsec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/bfd/
elf-sframe.c
304
asection *
cfsec
;
local
306
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
307
if (!
cfsec
)
310
elf_sframe (abfd) =
cfsec
;
336
asection *
cfsec
;
local
384
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
385
if (
cfsec
)
387
sfe_info->sframe_section =
cfsec
;
388
// elf_sframe (abfd) =
cfsec
;
/src/external/gpl3/binutils/dist/bfd/
elf-sframe.c
359
asection *
cfsec
;
local
361
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
362
if (!
cfsec
)
365
elf_section_type (
cfsec
) = SHT_GNU_SFRAME;
366
elf_sframe (abfd) =
cfsec
;
394
asection *
cfsec
;
local
454
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
455
if (
cfsec
)
457
sfe_info->sframe_section =
cfsec
;
458
// elf_sframe (abfd) =
cfsec
;
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf-sframe.c
322
asection *
cfsec
;
local
324
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
325
if (!
cfsec
)
328
elf_section_type (
cfsec
) = SHT_GNU_SFRAME;
329
elf_sframe (abfd) =
cfsec
;
357
asection *
cfsec
;
local
417
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
418
if (
cfsec
)
420
sfe_info->sframe_section =
cfsec
;
421
// elf_sframe (abfd) =
cfsec
;
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf-sframe.c
322
asection *
cfsec
;
local
324
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
325
if (!
cfsec
)
328
elf_section_type (
cfsec
) = SHT_GNU_SFRAME;
329
elf_sframe (abfd) =
cfsec
;
357
asection *
cfsec
;
local
417
cfsec
= bfd_get_section_by_name (info->output_bfd, ".sframe");
418
if (
cfsec
)
420
sfe_info->sframe_section =
cfsec
;
421
// elf_sframe (abfd) =
cfsec
;
[
all
...]
Completed in 24 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026