OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sect_index_rodata
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
objfiles.h
130
((objfile->
sect_index_rodata
== -1) \
131
? (internal_error (_("
sect_index_rodata
not initialized")), -1) \
132
: objfile->
sect_index_rodata
)
809
int
sect_index_rodata
= -1;
member in struct:objfile
symfile.c
290
objfile->
sect_index_rodata
= sect->index;
324
if (objfile->
sect_index_rodata
== -1)
325
objfile->
sect_index_rodata
= 0;
2595
objfile->
sect_index_rodata
= -1;
3743
if (objfile->
sect_index_rodata
== -1)
3744
objfile->
sect_index_rodata
= sect->index;
xcoffread.c
2919
if (objfile->
sect_index_rodata
== 0
2921
objfile->
sect_index_rodata
= -1;
/src/external/gpl3/gdb/dist/gdb/
objfiles.h
130
((objfile->
sect_index_rodata
== -1) \
131
? (internal_error (_("
sect_index_rodata
not initialized")), -1) \
132
: objfile->
sect_index_rodata
)
772
int
sect_index_rodata
= -1;
member in struct:objfile
symfile.c
290
objfile->
sect_index_rodata
= sect->index;
324
if (objfile->
sect_index_rodata
== -1)
325
objfile->
sect_index_rodata
= 0;
2595
objfile->
sect_index_rodata
= -1;
3743
if (objfile->
sect_index_rodata
== -1)
3744
objfile->
sect_index_rodata
= sect->index;
xcoffread.c
2920
if (objfile->
sect_index_rodata
== 0
2922
objfile->
sect_index_rodata
= -1;
Completed in 52 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026