Searched defs:H (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
D | pr13066.cc | 37 struct H struct 40 H *p, *n; argument 41 __attribute__ ((noinline)) H (void) { p = 0, n = 0, a = 0; } in H() argument 42 __attribute__ ((noinline)) H (A *b) : a (b) in H() argument 49 __attribute__ ((noinline)) H (const H &h) : a (h.a) in H() argument 56 ~H (void) { if (a != 0) a->k.foo (this); } in ~H() argument 57 H &operator= (const H &o) in operator =() argument
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | greg-5.s | 10 H GREG label
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-bfd.h | 234 #define SYMBOL_REFERENCES_LOCAL(INFO, H) \ argument 238 #define SYMBOL_CALLS_LOCAL(INFO, H) \ argument 243 #define ELF_COMMON_DEF_P(H) \ argument 2401 #define WILL_CALL_FINISH_DYNAMIC_SYMBOL(DYN, SHARED, H) \ argument 2527 #define SYMBOLIC_BIND(INFO, H) \ argument
|
D | elf32-frv.c | 973 #define FRVFDPIC_SYM_LOCAL(INFO, H) \ argument 976 #define FRVFDPIC_FUNCDESC_LOCAL(INFO, H) \ argument
|
D | elf32-bfin.c | 1850 #define BFINFDPIC_SYM_LOCAL(INFO, H) \ argument 1853 #define BFINFDPIC_FUNCDESC_LOCAL(INFO, H) \ argument
|
D | elf32-sh.c | 65 #define SYMBOL_FUNCDESC_LOCAL(INFO, H) \ argument
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-bfin.c | 1361 bfin_gen_ldimmhalf (REG_T reg, int H, int S, int Z, Expr_Node * phword, int rel) in bfin_gen_ldimmhalf()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 2629 int H = ((iw0 >> (LDIMMhalf_H_bits - 16)) & LDIMMhalf_H_mask); in decode_LDIMMhalf_0() local
|