OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_name_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
windows-tdep.c
1103
size_t
module_name_offset
;
local
1124
module_name_offset
= 12;
1125
if (bfd_section_size (sect) <
module_name_offset
)
1132
module_name_offset
= 16;
1133
if (bfd_section_size (sect) <
module_name_offset
)
1141
if (
module_name_offset
+ module_name_size > bfd_section_size (sect))
1143
module_name = (char *) buf.data () +
module_name_offset
;
/src/external/gpl3/gdb/dist/gdb/
windows-tdep.c
1114
size_t
module_name_offset
;
local
1135
module_name_offset
= 12;
1136
if (bfd_section_size (sect) <
module_name_offset
)
1143
module_name_offset
= 16;
1144
if (bfd_section_size (sect) <
module_name_offset
)
1152
if (
module_name_offset
+ module_name_size > bfd_section_size (sect))
1154
module_name = (char *) buf.data () +
module_name_offset
;
Completed in 22 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026