Home
last modified time | relevance | path

Searched defs:H (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
Dpr13066.cc37 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/
Dgreg-5.s10 H GREG label
/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h234 #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
Delf32-frv.c973 #define FRVFDPIC_SYM_LOCAL(INFO, H) \ argument
976 #define FRVFDPIC_FUNCDESC_LOCAL(INFO, H) \ argument
Delf32-bfin.c1850 #define BFINFDPIC_SYM_LOCAL(INFO, H) \ argument
1853 #define BFINFDPIC_FUNCDESC_LOCAL(INFO, H) \ argument
Delf32-sh.c65 #define SYMBOL_FUNCDESC_LOCAL(INFO, H) \ argument
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-bfin.c1361 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/
Dbfin-dis.c2629 int H = ((iw0 >> (LDIMMhalf_H_bits - 16)) & LDIMMhalf_H_mask); in decode_LDIMMhalf_0() local