OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_REG_NAMES_P
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-s390.c
51
#ifndef
TARGET_REG_NAMES_P
52
#define
TARGET_REG_NAMES_P
TRUE
55
static bfd_boolean reg_names_p =
TARGET_REG_NAMES_P
;
[
all
...]
tc-i370.c
94
#define
TARGET_REG_NAMES_P
TRUE
96
static bfd_boolean reg_names_p =
TARGET_REG_NAMES_P
;
[
all
...]
tc-ppc.c
52
#ifndef
TARGET_REG_NAMES_P
54
#define
TARGET_REG_NAMES_P
TRUE
56
#define
TARGET_REG_NAMES_P
FALSE
94
static bfd_boolean reg_names_p =
TARGET_REG_NAMES_P
;
[
all
...]
Completed in 132 milliseconds