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.old/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/dist/gdb/
maint.c
351
obj_section *
osect
354
if (
osect
>= ofile->sections_end)
357
return
osect
;
390
obj_section *
osect
= nullptr;
local
395
osect
397
if (
osect
->the_bfd_section == nullptr)
398
osect
= nullptr;
401
if (
osect
== nullptr)
404
print_objfile_section_info (abfd,
osect
, arg, digits);
i386-tdep.c
2797
obj_section *
osect
= nullptr;
2814
osect
= maint_obj_section_from_bfd_section (objf->obfd.get (),
2817
if (
osect
!= nullptr)
2820
store_unsigned_integer (buf, 4, byte_order,
osect
->addr ());
2786
obj_section *
osect
= nullptr;
local
Completed in 28 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026