OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:osect
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
maint.c
339
obj_section *
osect
342
if (
osect
>= ofile->sections_end)
345
return
osect
;
376
obj_section *
osect
= nullptr;
local
381
osect
383
if (
osect
->the_bfd_section == nullptr)
384
osect
= nullptr;
387
if (
osect
== nullptr)
390
print_objfile_section_info (abfd,
osect
, arg, digits);
i386-tdep.c
2783
obj_section *
osect
= nullptr;
2800
osect
= maint_obj_section_from_bfd_section (objf->obfd.get (),
2803
if (
osect
!= nullptr)
2806
store_unsigned_integer (buf, 4, byte_order,
osect
->addr ());
2772
obj_section *
osect
= nullptr;
local
/src/external/gpl3/gdb.old/dist/gdb/
maint.c
335
obj_section *
osect
338
if (
osect
>= ofile->sections_end)
341
return
osect
;
372
obj_section *
osect
= nullptr;
local
377
osect
379
if (
osect
->the_bfd_section == nullptr)
380
osect
= nullptr;
383
if (
osect
== nullptr)
386
print_objfile_section_info (abfd,
osect
, arg, digits);
i386-tdep.c
2847
obj_section *
osect
= nullptr;
2864
osect
= maint_obj_section_from_bfd_section (objf->obfd.get (),
2867
if (
osect
!= nullptr)
2870
store_unsigned_integer (buf, 4, byte_order,
osect
->addr ());
2836
obj_section *
osect
= nullptr;
local
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026