OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tag_fixups
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
298
struct label_fix *
tag_fixups
;
member in struct:__anon10031::slot
977
for (lfix = CURR_SLOT.
tag_fixups
; lfix; lfix = lfix->next)
979
CURR_SLOT.
tag_fixups
= 0;
6834
for (lfix = md.slot[curr].
tag_fixups
; lfix; lfix = lfix->next)
7749
fix->next = CURR_SLOT.
tag_fixups
;
7751
CURR_SLOT.
tag_fixups
= fix;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
298
struct label_fix *
tag_fixups
;
member in struct:__anon11503::slot
977
for (lfix = CURR_SLOT.
tag_fixups
; lfix; lfix = lfix->next)
979
CURR_SLOT.
tag_fixups
= 0;
6834
for (lfix = md.slot[curr].
tag_fixups
; lfix; lfix = lfix->next)
7749
fix->next = CURR_SLOT.
tag_fixups
;
7751
CURR_SLOT.
tag_fixups
= fix;
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026