OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DW_FORM_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
299
#define
DW_FORM_data
(dwarf_offset_size == 8 ? DW_FORM_data8 : DW_FORM_data4)
10120
return
DW_FORM_data
;
10127
return dwarf_version >= 4 ? DW_FORM_sec_offset :
DW_FORM_data
;
21471
DW_FORM_data
[1248]). Some DWARF consumers will lookup the
21475
consumers will treat
DW_FORM_data
[1248] as unsigned values,
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
299
#define
DW_FORM_data
(dwarf_offset_size == 8 ? DW_FORM_data8 : DW_FORM_data4)
10078
return
DW_FORM_data
;
10085
return dwarf_version >= 4 ? DW_FORM_sec_offset :
DW_FORM_data
;
21374
DW_FORM_data
[1248]). Some DWARF consumers will lookup the
21378
consumers will treat
DW_FORM_data
[1248] as unsigned values,
Completed in 67 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026