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.old/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/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
1324
dwarf2_per_bfd::locate_sections (asection *
sectp
,
1327
flagword aflag = bfd_section_flags (
sectp
);
1332
else if (bfd_section_size_insane (this->obfd,
sectp
))
1334
bfd_size_type size =
sectp
->size;
1337
bfd_section_name (
sectp
), phex_nz (size),
1340
else if (names.info.matches (
sectp
->name))
1344
info_section.s.section =
sectp
;
1345
info_section.size = bfd_section_size (
sectp
);
1348
else if (names.abbrev.matches (
sectp
->name))
1350
this->abbrev.s.section =
sectp
;
6947
asection *
sectp
;
local
7061
asection *
sectp
;
local
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026