OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:codesec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
pef.c
730
asection *
codesec
,
857
sym.section =
codesec
;
889
asection *
codesec
= NULL;
local
897
codesec
= bfd_get_section_by_name (abfd, "code");
898
if (
codesec
!= NULL)
900
codelen =
codesec
->size;
901
if (bfd_seek (abfd,
codesec
->filepos, SEEK_SET) != 0)
920
if (
codesec
!= NULL)
923
bfd_pef_parse_traceback_tables (abfd,
codesec
, codebuf, codelen,
928
if ((
codesec
!= NULL) && (loadersec != NULL)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
pef.c
731
asection *
codesec
,
858
sym.section =
codesec
;
890
asection *
codesec
= NULL;
local
898
codesec
= bfd_get_section_by_name (abfd, "code");
899
if (
codesec
!= NULL)
901
codelen =
codesec
->size;
902
if (bfd_seek (abfd,
codesec
->filepos, SEEK_SET) != 0)
921
if (
codesec
!= NULL)
924
bfd_pef_parse_traceback_tables (abfd,
codesec
, codebuf, codelen,
929
if ((
codesec
!= NULL) && (loadersec != NULL)
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
pef.c
731
asection *
codesec
,
858
sym.section =
codesec
;
890
asection *
codesec
= NULL;
local
898
codesec
= bfd_get_section_by_name (abfd, "code");
899
if (
codesec
!= NULL)
901
codelen =
codesec
->size;
902
if (bfd_seek (abfd,
codesec
->filepos, SEEK_SET) != 0)
921
if (
codesec
!= NULL)
924
bfd_pef_parse_traceback_tables (abfd,
codesec
, codebuf, codelen,
929
if ((
codesec
!= NULL) && (loadersec != NULL)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
pef.c
731
asection *
codesec
,
858
sym.section =
codesec
;
890
asection *
codesec
= NULL;
local
898
codesec
= bfd_get_section_by_name (abfd, "code");
899
if (
codesec
!= NULL)
901
codelen =
codesec
->size;
902
if (bfd_seek (abfd,
codesec
->filepos, SEEK_SET) != 0)
921
if (
codesec
!= NULL)
924
bfd_pef_parse_traceback_tables (abfd,
codesec
, codebuf, codelen,
929
if ((
codesec
!= NULL) && (loadersec != NULL)
[
all
...]
Completed in 34 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026