OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cr_type
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-sh64-com.c
155
enum sh64_elf_cr_type
cr_type
local
169
rangep->
cr_type
=
cr_type
;
198
rangep->
cr_type
= CRT_NONE;
208
enum sh64_elf_cr_type
cr_type
local
211
rangep->
cr_type
=
cr_type
;
212
return
cr_type
;
219
rangep->
cr_type
= CRT_SH5_ISA32;
231
/* If this call fails, we will still have CRT_NONE in rangep->
cr_type
[
all
...]
elf32-sh64.h
36
Elf32_Half
cr_type
;
44
enum sh64_elf_cr_type
cr_type
;
member in struct:__anon73796
/toolchain/binutils/binutils-2.25/opcodes/
sh64-dis.c
453
if (sh64_infop->crange.
cr_type
!= CRT_NONE
456
return sh64_infop->crange.
cr_type
;
462
enum sh64_elf_cr_type
cr_type
local
466
if (
cr_type
!= CRT_NONE)
467
return
cr_type
;
476
enum sh64_elf_cr_type
cr_type
local
480
if (
cr_type
!= CRT_NONE)
481
return
cr_type
;
544
enum sh64_elf_cr_type
cr_type
;
local
549
cr_type
= sh64_get_contents_type_disasm (memaddr, info)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c
[
all
...]
Completed in 110 milliseconds