OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hi_fixup
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-iq2000.c
531
struct iq2000_hi_fixup *
hi_fixup
;
535
hi_fixup
= XNEW (struct iq2000_hi_fixup);
536
hi_fixup
->fixp = fixP;
537
hi_fixup
->seg = now_seg;
538
hi_fixup
->next = iq2000_hi_fixup_list;
540
iq2000_hi_fixup_list =
hi_fixup
;
527
struct iq2000_
hi_fixup
*
hi_fixup
;
local
tc-m32r.c
1902
struct m32r_hi_fixup *
hi_fixup
;
1907
hi_fixup
= XNEW (struct m32r_hi_fixup);
1908
hi_fixup
->fixp = fixP;
1909
hi_fixup
->seg = now_seg;
1910
hi_fixup
->next = m32r_hi_fixup_list;
1912
m32r_hi_fixup_list =
hi_fixup
;
1896
struct m32r_
hi_fixup
*
hi_fixup
;
local
tc-mips.c
8355
struct mips_hi_fixup *
hi_fixup
;
8358
hi_fixup
= mips_hi_fixup_list;
8359
if (
hi_fixup
== 0
8360
|| !fixup_has_matching_lo_p (
hi_fixup
->fixp))
8362
hi_fixup
= XNEW (struct mips_hi_fixup);
8363
hi_fixup
->next = mips_hi_fixup_list;
8364
mips_hi_fixup_list =
hi_fixup
;
8366
hi_fixup
->fixp = ip->fixp[0];
8367
hi_fixup
->seg = now_seg;
8346
struct mips_
hi_fixup
*
hi_fixup
;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-iq2000.c
531
struct iq2000_hi_fixup *
hi_fixup
;
535
hi_fixup
= XNEW (struct iq2000_hi_fixup);
536
hi_fixup
->fixp = fixP;
537
hi_fixup
->seg = now_seg;
538
hi_fixup
->next = iq2000_hi_fixup_list;
540
iq2000_hi_fixup_list =
hi_fixup
;
527
struct iq2000_
hi_fixup
*
hi_fixup
;
local
tc-m32r.c
1902
struct m32r_hi_fixup *
hi_fixup
;
1907
hi_fixup
= XNEW (struct m32r_hi_fixup);
1908
hi_fixup
->fixp = fixP;
1909
hi_fixup
->seg = now_seg;
1910
hi_fixup
->next = m32r_hi_fixup_list;
1912
m32r_hi_fixup_list =
hi_fixup
;
1896
struct m32r_
hi_fixup
*
hi_fixup
;
local
tc-mips.c
8043
struct mips_hi_fixup *
hi_fixup
;
8046
hi_fixup
= mips_hi_fixup_list;
8047
if (
hi_fixup
== 0
8048
|| !fixup_has_matching_lo_p (
hi_fixup
->fixp))
8050
hi_fixup
= XNEW (struct mips_hi_fixup);
8051
hi_fixup
->next = mips_hi_fixup_list;
8052
mips_hi_fixup_list =
hi_fixup
;
8054
hi_fixup
->fixp = ip->fixp[0];
8055
hi_fixup
->seg = now_seg;
8034
struct mips_
hi_fixup
*
hi_fixup
;
local
Completed in 45 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026