OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/dwarf2/
section.c
76
asection *
sectp
= get_bfd_section ();
local
78
gdb_assert (
sectp
!= NULL);
79
return bfd_section_name (
sectp
);
94
asection *
sectp
= get_bfd_section ();
local
96
if (
sectp
== NULL)
98
return
sectp
->id;
104
asection *
sectp
= get_bfd_section ();
local
106
gdb_assert (
sectp
!= NULL);
107
return bfd_section_flags (
sectp
);
121
asection *
sectp
;
local
[
all
...]
read.c
1426
dwarf2_per_bfd::locate_sections (bfd *abfd, asection *
sectp
,
1429
flagword aflag = bfd_section_flags (
sectp
);
1434
else if (bfd_section_size_insane (abfd,
sectp
))
1436
bfd_size_type size =
sectp
->size;
1439
bfd_section_name (
sectp
), phex_nz (size, sizeof (size)),
1442
else if (names.info.matches (
sectp
->name))
1446
info_section.s.section =
sectp
;
1447
info_section.size = bfd_section_size (
sectp
);
1450
else if (names.abbrev.matches (
sectp
->name))
1452
this->abbrev.s.section =
sectp
;
8478
asection *
sectp
;
local
8592
asection *
sectp
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
section.c
75
asection *
sectp
= get_bfd_section ();
local
77
gdb_assert (
sectp
!= NULL);
78
return bfd_section_name (
sectp
);
93
asection *
sectp
= get_bfd_section ();
local
95
if (
sectp
== NULL)
97
return
sectp
->id;
103
asection *
sectp
= get_bfd_section ();
local
105
gdb_assert (
sectp
!= NULL);
106
return bfd_section_flags (
sectp
);
120
asection *
sectp
;
local
[
all
...]
read.c
1422
dwarf2_per_bfd::locate_sections (bfd *abfd, asection *
sectp
,
1425
flagword aflag = bfd_section_flags (
sectp
);
1430
else if (elf_section_data (
sectp
)->this_hdr.sh_size
1433
bfd_size_type size = elf_section_data (
sectp
)->this_hdr.sh_size;
1436
bfd_section_name (
sectp
), phex_nz (size, sizeof (size)),
1439
else if (names.info.matches (
sectp
->name))
1441
this->info.s.section =
sectp
;
1442
this->info.size = bfd_section_size (
sectp
);
1444
else if (names.abbrev.matches (
sectp
->name))
1446
this->abbrev.s.section =
sectp
;
8385
asection *
sectp
;
local
8498
asection *
sectp
;
local
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026