OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_sect
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
dbxread.c
141
asection *
text_sect
;
157
text_sect
= bfd_get_section_by_name (sym_bfd, ".text");
158
if (!
text_sect
)
160
DBX_TEXT_ADDR (objfile) = bfd_section_vma (
text_sect
);
161
DBX_TEXT_SIZE (objfile) = bfd_section_size (
text_sect
);
137
asection *
text_sect
;
local
mdebugread.c
2338
asection *
text_sect
;
2347
text_sect
= bfd_get_section_by_name (cur_bfd, ".text");
2348
if (
text_sect
!= NULL
2349
&& (bfd_section_flags (
text_sect
) & SEC_RELOC))
2330
asection *
text_sect
;
local
/src/external/gpl3/gdb/dist/gdb/
dbxread.c
121
asection *
text_sect
;
137
text_sect
= bfd_get_section_by_name (sym_bfd, ".text");
138
if (!
text_sect
)
140
DBX_TEXT_ADDR (objfile) = bfd_section_vma (
text_sect
);
141
DBX_TEXT_SIZE (objfile) = bfd_section_size (
text_sect
);
120
asection *
text_sect
;
local
mdebugread.c
2338
asection *
text_sect
;
2347
text_sect
= bfd_get_section_by_name (cur_bfd, ".text");
2348
if (
text_sect
!= NULL
2349
&& (bfd_section_flags (
text_sect
) & SEC_RELOC))
2330
asection *
text_sect
;
local
/src/external/gpl3/binutils/dist/bfd/
mach-o.c
5148
bfd_mach_o_section *
text_sect
= mdata->sections[0];
local
5150
if (
text_sect
)
5153
+ (
text_sect
->addr -
text_sect
->offset);
/src/external/gpl3/binutils.old/dist/bfd/
mach-o.c
5147
bfd_mach_o_section *
text_sect
= mdata->sections[0];
local
5149
if (
text_sect
)
5152
+ (
text_sect
->addr -
text_sect
->offset);
/src/external/gpl3/gdb.old/dist/bfd/
mach-o.c
5145
bfd_mach_o_section *
text_sect
= mdata->sections[0];
local
5147
if (
text_sect
)
5150
+ (
text_sect
->addr -
text_sect
->offset);
/src/external/gpl3/gdb/dist/bfd/
mach-o.c
5147
bfd_mach_o_section *
text_sect
= mdata->sections[0];
local
5149
if (
text_sect
)
5152
+ (
text_sect
->addr -
text_sect
->offset);
Completed in 35 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026