OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sect2
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/flex/dist/src/
parse.y
121
goal : initlex sect1 sect1end
sect2
initforrule
216
sect2
:
sect2
scon initforrule flexrule '\n'
label
218
|
sect2
scon '{'
sect2
'}'
/src/external/gpl3/gdb/dist/gdb/
objfiles.c
752
sort_cmp (const struct obj_section *sect1, const obj_section *
sect2
)
755
const CORE_ADDR sect2_addr =
sect2
->addr ();
769
const struct objfile *const objfile2 =
sect2
->objfile;
792
match on
SECT2
first then either
SECT2
is before SECT1, or,
793
SECT2
== SECT1, in both cases we should return false. The
798
if (osect ==
sect2
)
886
struct obj_section *const
sect2
= map[i + 1];
888
const struct objfile *const objfile2 =
sect2
->objfile;
890
const CORE_ADDR sect2_addr =
sect2
->addr ()
883
struct obj_section *const
sect2
= map[i + 1];
local
930
struct obj_section *const
sect2
= map[k];
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
objfiles.c
827
sort_cmp (const struct obj_section *sect1, const obj_section *
sect2
)
830
const CORE_ADDR sect2_addr =
sect2
->addr ();
844
const struct objfile *const objfile2 =
sect2
->objfile;
867
match on
SECT2
first then either
SECT2
is before SECT1, or,
868
SECT2
== SECT1, in both cases we should return false. The
873
if (osect ==
sect2
)
961
struct obj_section *const
sect2
= map[i + 1];
963
const struct objfile *const objfile2 =
sect2
->objfile;
965
const CORE_ADDR sect2_addr =
sect2
->addr ()
957
struct obj_section *const
sect2
= map[i + 1];
local
1004
struct obj_section *const
sect2
= map[k];
local
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
elf.c
10297
asection *
sect2
;
10302
sect2
= bfd_make_section_with_flags (abfd, name, sect->flags);
10303
if (
sect2
== NULL)
10306
sect2
->size = sect->size;
10307
sect2
->filepos = sect->filepos;
10308
sect2
->alignment_power = sect->alignment_power;
10292
asection *
sect2
;
local
/src/external/gpl3/binutils.old/dist/bfd/
elf.c
10229
asection *
sect2
;
10234
sect2
= bfd_make_section_with_flags (abfd, name, sect->flags);
10235
if (
sect2
== NULL)
10238
sect2
->size = sect->size;
10239
sect2
->filepos = sect->filepos;
10240
sect2
->alignment_power = sect->alignment_power;
10224
asection *
sect2
;
local
/src/external/gpl3/gdb/dist/bfd/
elf.c
10179
asection *
sect2
;
10184
sect2
= bfd_make_section_with_flags (abfd, name, sect->flags);
10185
if (
sect2
== NULL)
10188
sect2
->size = sect->size;
10189
sect2
->filepos = sect->filepos;
10190
sect2
->alignment_power = sect->alignment_power;
10174
asection *
sect2
;
local
/src/external/gpl3/gdb.old/dist/bfd/
elf.c
10353
asection *
sect2
;
10358
sect2
= bfd_make_section_with_flags (abfd, name, sect->flags);
10359
if (
sect2
== NULL)
10362
sect2
->size = sect->size;
10363
sect2
->filepos = sect->filepos;
10364
sect2
->alignment_power = sect->alignment_power;
10348
asection *
sect2
;
local
Completed in 60 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026