OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unwind_record
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.h
302
typedef struct
unwind_record
struct
311
}
unwind_record
;
typedef in typeref:struct:unwind_record
tc-ia64.c
299
struct unw_rec_list *
unwind_record
; /* Unwind directive. */
member in struct:__anon10031::slot
738
unwind_record
r;
6553
unw_rec_list *ptr = md.slot[curr].
unwind_record
;
6568
end_ptr = md.slot[(curr + j) % NUM_SLOTS].
unwind_record
;
6578
for (ptr = md.slot[curr].
unwind_record
; ptr != last_ptr;
6586
md.slot[curr].
unwind_record
= last_ptr;
6855
ptr = md.slot[curr].
unwind_record
;
6866
md.slot[curr].
unwind_record
= NULL;
10808
CURR_SLOT.
unwind_record
= unwind.current_entry;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.h
302
typedef struct
unwind_record
struct
311
}
unwind_record
;
typedef in typeref:struct:unwind_record
tc-ia64.c
299
struct unw_rec_list *
unwind_record
; /* Unwind directive. */
member in struct:__anon11503::slot
738
unwind_record
r;
6553
unw_rec_list *ptr = md.slot[curr].
unwind_record
;
6568
end_ptr = md.slot[(curr + j) % NUM_SLOTS].
unwind_record
;
6578
for (ptr = md.slot[curr].
unwind_record
; ptr != last_ptr;
6586
md.slot[curr].
unwind_record
= last_ptr;
6855
ptr = md.slot[curr].
unwind_record
;
6866
md.slot[curr].
unwind_record
= NULL;
10808
CURR_SLOT.
unwind_record
= unwind.current_entry;
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026