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/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.old/dist/gdb/
dbxread.c
595
asection *
text_sect
;
611
text_sect
= bfd_get_section_by_name (sym_bfd, ".text");
612
if (!
text_sect
)
614
DBX_TEXT_ADDR (objfile) = bfd_section_vma (
text_sect
);
615
DBX_TEXT_SIZE (objfile) = bfd_section_size (
text_sect
);
3180
asection *
text_sect
;
3195
text_sect
= bfd_get_section_by_name (sym_bfd, text_name);
3196
if (!
text_sect
)
3198
DBX_TEXT_ADDR (objfile) = bfd_section_vma (
text_sect
);
3199
DBX_TEXT_SIZE (objfile) = bfd_section_size (
text_sect
);
589
asection *
text_sect
;
local
3167
asection *
text_sect
;
local
[
all
...]
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/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.old/dist/bfd/
mach-o.c
5153
bfd_mach_o_section *
text_sect
= mdata->sections[0];
local
5155
if (
text_sect
)
5158
+ (
text_sect
->addr -
text_sect
->offset);
Completed in 54 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026