OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_ADDR_SECTION
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
161
static GTY(()) section *
debug_addr_section
;
variable
4096
#ifndef
DEBUG_ADDR_SECTION
4097
#define
DEBUG_ADDR_SECTION
".debug_addr"
29546
debug_addr_section
= get_section (
DEBUG_ADDR_SECTION
,
29969
switch_to_section (
debug_addr_section
);
33348
debug_addr_section
= NULL;
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
161
static GTY(()) section *
debug_addr_section
;
variable
4096
#ifndef
DEBUG_ADDR_SECTION
4097
#define
DEBUG_ADDR_SECTION
".debug_addr"
29400
debug_addr_section
= get_section (
DEBUG_ADDR_SECTION
,
29823
switch_to_section (
debug_addr_section
);
33201
debug_addr_section
= NULL;
Completed in 214 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026