OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addr_mod
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c
863
addressT
addr_mod
;
local
976
addr_mod
= frag_now_fix () & (TILEGX_BUNDLE_ALIGNMENT_IN_BYTES - 1);
977
if (frag_now->has_code && frag_now->insn_addr !=
addr_mod
)
979
frag_now->insn_addr =
addr_mod
;
[
all
...]
tc-tilepro.c
754
int j,
addr_mod
;
local
867
addr_mod
= frag_now_fix () & (TILEPRO_BUNDLE_ALIGNMENT_IN_BYTES - 1);
868
if (frag_now->has_code && frag_now->insn_addr !=
addr_mod
)
870
frag_now->insn_addr =
addr_mod
;
[
all
...]
tc-crx.c
1888
int
addr_mod
;
local
[
all
...]
tc-cr16.c
2409
int
addr_mod
;
local
[
all
...]
tc-ppc.c
2636
int
addr_mod
;
local
[
all
...]
tc-ia64.c
6573
int
addr_mod
;
local
[
all
...]
Completed in 3993 milliseconds