Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/toolchain/binutils/binutils-2.25/include/
Dobstack.h250 #define obstack_base(h) ((h)->object_base) argument
254 #define obstack_chunk_size(h) ((h)->chunk_size) argument
258 #define obstack_next_free(h) ((h)->next_free) argument
262 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument
266 # define obstack_init(h) \ argument
267 _obstack_begin ((h), 0, 0, \
270 # define obstack_begin(h, size) \ argument
271 _obstack_begin ((h), (size), 0, \
274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
275 _obstack_begin ((h), (size), (alignment), \
[all …]
DChangeLog-91033 * include/fibheap.h (fibnode): Use __extension__ for
8 * include/fibheap.h (fibnode): Use unsigned long int for
13 * fibheap.h (fibnode): Use __extension__ for
18 * fibheap.h (fibnode): Use unsigned long int for
23 * bfdlink.h (bfd_link_info): Change relax_finalizing to
28 * bfdlink.h (struct bfd_link_hash_entry): Rename "next" to "und_next".
32 * bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.
36 * dis-asm.h (struct disassemble_info): Add new field
47 * hp-symtab.h: Fix "the the" typo.
51 * bfdlink.h (bfd_elf_version_expr): Add "symbol" and remove
[all …]
DChangeLog3 * elf/mips.h (AFL_EXT_OCTEON3): Define.
8 * elf/mips.h (AFL_ASE_MASK): Define.
12 * libiberty.h (PEX_STDOUT_APPEND): New flag.
17 * demangle.h (DMGL_DLANG): New macro.
26 * longlong.h: Add __udiv_w_sdiv prototype.
30 * bfdlink.h (struct bfd_link_callbacks <notice>): Remove "string"
35 * bfdlink.h (struct bfd_link_info): Add lto_plugin_active.
39 * elf/mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
61 * bfdlink.h (struct bfd_link_hash_table): Add hash_table_free field.
65 * bfdlink.h: Update for bfd.link_next change.
[all …]
/toolchain/binutils/binutils-2.25/gas/po/
DPOTFILES.in3 as.h
4 asintl.h
6 bignum.h
7 bit_fix.h
9 cgen.h
11 compress-debug.h
22 config/obj-aout.h
24 config/obj-coff.h
26 config/obj-ecoff.h
28 config/obj-elf.h
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Dobstack.c104 #define CALL_CHUNKFUN(h, size) \ argument
105 (((h) -> use_extra_arg) \
106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
107 : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size)))
109 #define CALL_FREEFUN(h, old_chunk) \ argument
111 if ((h) -> use_extra_arg) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
114 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
117 #define CALL_CHUNKFUN(h, size) \ argument
118 (((h) -> use_extra_arg) \
[all …]
DMakefile.in230 $(INCDIR)/ansidecl.h \
231 $(INCDIR)/demangle.h \
232 $(INCDIR)/dyn-string.h \
233 $(INCDIR)/fibheap.h \
234 $(INCDIR)/floatformat.h \
235 $(INCDIR)/hashtab.h \
236 $(INCDIR)/libiberty.h \
237 $(INCDIR)/objalloc.h \
238 $(INCDIR)/partition.h \
239 $(INCDIR)/safe-ctype.h \
[all …]
/toolchain/binutils/binutils-2.25/gold/po/
DPOTFILES.in2 aarch64-reloc-property.h
5 archive.h
7 arm-reloc-property.h
10 attributes.h
12 binary.h
14 common.h
16 compressed_output.h
18 copy-relocs.h
20 cref.h
22 defstd.h
[all …]
/toolchain/binutils/binutils-2.25/include/coff/
DChangeLog3 * pe.h: Add HIGH_ENTROPY_VA flag
7 * or32.h: Delete.
11 * pe.h (external_IMAGE_DEBUG_DIRECTORY, _CV_INFO_PDB70)
14 * internal.h (internal_IMAGE_DEBUG_DIRECTORY, CODEVIEW_INFO):
20 * pe.h (struct external_ANON_OBJECT_HEADER_BIGOBJ): Declare.
26 * internal.h (struct internal_filehdr): Change type
35 * pe.h (UWOP_EPILOG, UWOP_PARE): Define.
39 * rs6000.h (external_core_dumpx): New structure.
44 * internal.h (C_STTLS, C_GTLS): Define.
45 * xcoff.h (XMC_TL, XMC_TU, XMC_TE): Define.
[all …]
DChangeLog-91036 * tic4x.h: Namespace cleanup. Replace s/c4x/tic4x
10 * tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug
11 * ti.h (TICOFF_TARGET_MACHINE_GET): Added macros
14 * internal.h: Add new relocation types.
15 * ti.h: Add file-header flags for tic4x code.
16 * tic4x.h: New file
20 * internal.h (C_WEAKEXT): Add alternative value for AIX 5.2
25 * coff/i860.h (COFF860_R_PAIR, COFF860_R_LOW0, COFF860_R_LOW1,
33 * ti.h (GET_SCNHDR_NRELOC): Rename PTR param to LOC.
40 * pe.h: (IMAGE_FILE_NET_RUN_FROM_SWAP): Define.
[all …]
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am42 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
45 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
46 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
51 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
53 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
94 as.h \
95 asintl.h \
96 bignum.h \
97 bit_fix.h \
98 cgen.h \
[all …]
Ddep-in.sed16 s! \$(srcdir)/config/te-generic\.h!!g
17 s! itbl-cpu\.h!!g
18 s! itbl-parse\.h!!g
19 s! \.\./intl/libintl\.h!!g
21 s! \.\./bfd/bfd\.h!!g
22 s! \$(INCDIR)/symcat\.h!!g
23 s! \$(INCDIR)/ansidecl\.h!!g
24 s! \$(INCDIR)/libiberty\.h!!g
25 s! \$(INCDIR)/progress\.h!!g
26 s! \$(INCDIR)/fopen-[^ ]*\.h!!g
[all …]
/toolchain/binutils/binutils-2.25/include/vms/
DChangeLog7 * lbr.h (struct vms_lhd): Add comments.
11 * lbr.h: Improve comments.
15 * eidc.h: New file.
16 * esgps.h: New file.
20 * dmt.h: Improve comments.
24 * lbr.h (struct vms_kbn): New structure.
28 * lbr.h (LBR__C_TYP_ISHSTB): Added.
45 * dcx.h: New file.
46 * dsc.h: New file.
47 * esdfm.h: New file.
[all …]
/toolchain/binutils/binutils-2.25/include/elf/
DChangeLog3 * arm.h: New AEABI_FP_number_model_* and AEABI_VFP_args_* enum values.
7 * x86-64.h (R_X86_64_GOTPLT64): Mark it obsolete.
11 * sparc.h (ELF_SPARC_HWCAP2_VIS3B): Documentation improved.
15 * sparc.h (Tag_GNU_Sparc_HWCAPS2): New object attribute.
30 * aarch64.h: Sync up relocations with ABI release 1.0.
34 * nds32.h: Declare new relocations.
39 * mips.h: Add relocs: R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3,
46 * rl78.h (RL78_RELAXA_MASK): New. Relax types are enums, not bits
50 * avr.h: Add R_AVR_PORT5 and R_AVR_PORT6.
57 * avr.h (E_AVR_MACH_AVRTINY): Define avrtiny machine number.
[all …]
DChangeLog-91036 * xtensa.h: Formatting. Fix comments about property section
10 * common.h (PT_GNU_STACK): Define.
13 * sparc.h: Add TLS relocs. Move R_SPARC_REV32 to 252.
16 * x86-64.h: Add TLS relocs.
19 * i386.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE):
23 * common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED,
27 * dwarf2.h (DW_CFA_low_user, DW_CFA_high_user): Renamed
31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
32 * ia64.h (R_IA64_LTOFF_TPREL22): Renamed from R_IA64_LTOFF_TP22.
33 * i386.h: Add TLS relocs.
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Dneon-ins.d968 f00: 4e021c21 mov v1.h\[0\], w1
969 f04: 4e021c21 mov v1.h\[0\], w1
970 f08: 4e021c42 mov v2.h\[0\], w2
971 f0c: 4e021c42 mov v2.h\[0\], w2
972 f10: 4e021c63 mov v3.h\[0\], w3
973 f14: 4e021c63 mov v3.h\[0\], w3
974 f18: 4e021c84 mov v4.h\[0\], w4
975 f1c: 4e021c84 mov v4.h\[0\], w4
976 f20: 4e021ca5 mov v5.h\[0\], w5
977 f24: 4e021ca5 mov v5.h\[0\], w5
[all …]
Dneon-vfp-reglist.d36 70: 0c407400 ld1 {v0.4h}, \[x0\]
37 74: 0c40a400 ld1 {v0.4h, v1.4h}, \[x0\]
38 78: 0c406400 ld1 {v0.4h-v2.4h}, \[x0\]
39 7c: 0c402400 ld1 {v0.4h-v3.4h}, \[x0\]
40 80: 0c408400 ld2 {v0.4h, v1.4h}, \[x0\]
41 84: 0c404400 ld3 {v0.4h-v2.4h}, \[x0\]
42 88: 0c400400 ld4 {v0.4h-v3.4h}, \[x0\]
43 8c: 0c007400 st1 {v0.4h}, \[x0\]
44 90: 0c00a400 st1 {v0.4h, v1.4h}, \[x0\]
45 94: 0c006400 st1 {v0.4h-v2.4h}, \[x0\]
[all …]
Dneon-vfp-reglist-post.d12 10: 0cdf7400 ld1 {v0.4h}, \[x0\], #8
13 14: 0cdfa400 ld1 {v0.4h, v1.4h}, \[x0\], #16
14 18: 0cdf6400 ld1 {v0.4h-v2.4h}, \[x0\], #24
15 1c: 0cdf2400 ld1 {v0.4h-v3.4h}, \[x0\], #32
28 50: 0c9f7400 st1 {v0.4h}, \[x0\], #8
29 54: 0c9fa400 st1 {v0.4h, v1.4h}, \[x0\], #16
30 58: 0c9f6400 st1 {v0.4h-v2.4h}, \[x0\], #24
31 5c: 0c9f2400 st1 {v0.4h-v3.4h}, \[x0\], #32
44 90: 4cdf7400 ld1 {v0.8h}, \[x0\], #16
45 94: 4cdfa400 ld1 {v0.8h, v1.8h}, \[x0\], #32
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
Dvector.s4 r4.h = r4.l = Sign (R1.h) * R5.h + Sign(r1.L) * R5.L;
75 r2.h = r7.l * r6.h, r2.l = r7.h * r6.h;
77 R0.h = R3.H * r2.l, r0.l=r3.l * r2.l;
78 r5.h = r3.h * r2.h (M), r5.l = r3.L * r2.L (fu);
79 R0 = r4.l * r7.l, r1 = r4.h * r7.h (s2rnd);
80 R7 = R2.l * r5.l, r6 = r2.h * r5.h;
82 r3.h = r0.h * r1.h, r3.l = r0.l * r1.l (is);
84 a1 = r2.l * r3.h, a0 = r2.h * R3.H;
85 A0 = R1.l * R0.L, A1 += R1.h * R0.h;
86 A1 = R5.h * R7.H, A0 += r5.L * r7.l (w32);
[all …]
Dparallel3.s2 r4.h = r4.l = Sign (R1.h) * R5.h + Sign(r1.L) * R5.L|| [p0] = P0;
48 r2.h = r7.l * r6.h, r2.l = r7.h * r6.h|| [p5+8] = P0;
50 R0.h = R3.H * r2.l, r0.l=r3.l * r2.l|| [p5] = P0;
51 r5.h = r3.h * r2.h (M), r5.l = r3.L * r2.L (fu)|| [sp] = P0;
52 R0 = r4.l * r7.l, r1 = r4.h * r7.h (s2rnd)|| [sp++] = P0;
53 R7 = R2.l * r5.l, r6 = r2.h * r5.h|| [sp--] = P0;
55 r3.h = r0.h * r1.h, r3.l = r0.l * r1.l (is)|| [fp] = P0;
57 a1 = r2.l * r3.h, a0 = r2.h * R3.H|| [fp++] = P0;
58 A0 = R1.l * R0.L, A1 += R1.h * R0.h|| [fp--] = P0;
59 A1 = R5.h * R7.H, A0 += r5.L * r7.l (w32)|| [fp+0] = P0;
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-cris.c1011 struct elf_link_hash_entry *h; in cris_elf_relocate_section() local
1025 h = NULL; in cris_elf_relocate_section()
1047 h, sec, relocation, in cris_elf_relocate_section()
1050 symname = h->root.root.string; in cris_elf_relocate_section()
1070 else if (h->root.type == bfd_link_hash_defined in cris_elf_relocate_section()
1071 || h->root.type == bfd_link_hash_defweak) in cris_elf_relocate_section()
1092 && ((! info->symbolic && h->dynindx != -1) in cris_elf_relocate_section()
1093 || !h->def_regular) in cris_elf_relocate_section()
1136 if (h != NULL in cris_elf_relocate_section()
1137 && ((struct elf_cris_link_hash_entry *) h)->gotplt_offset != 0) in cris_elf_relocate_section()
[all …]
Delf32-vax.c574 struct elf_link_hash_entry *h; in elf_vax_check_relocs() local
579 h = NULL; in elf_vax_check_relocs()
582 h = sym_hashes[r_symndx - symtab_hdr->sh_info]; in elf_vax_check_relocs()
583 while (h->root.type == bfd_link_hash_indirect in elf_vax_check_relocs()
584 || h->root.type == bfd_link_hash_warning) in elf_vax_check_relocs()
585 h = (struct elf_link_hash_entry *) h->root.u.i.link; in elf_vax_check_relocs()
589 h->root.non_ir_ref = 1; in elf_vax_check_relocs()
595 BFD_ASSERT (h != NULL); in elf_vax_check_relocs()
599 if (h->forced_local in elf_vax_check_relocs()
600 || h == elf_hash_table (info)->hgot in elf_vax_check_relocs()
[all …]
/toolchain/binutils/binutils-2.25/include/aout/
DChangeLog7 * adobe.h: Update copyright notice to use GPLv3.
8 * aout64.h: Likewise.
9 * ar.h: Likewise.
10 * dynix3.h: Likewise.
11 * encap.h: Likewise.
12 * host.h: Likewise.
13 * hp.h: Likewise.
14 * hp300hpux.h: Likewise.
15 * ranlib.h: Likewise.
16 * reloc.h: Likewise.
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
DChangeLog3 * nios2.h (nios2_find_opcode_hash): Add mach parameter to
8 * nios2.h (enum iw_format_type): New.
48 Include nios2r1.h to define new instruction opcode constants
54 * nios2r1.h: New file.
58 * sparc.h (HWCAP2_VIS3B): Documentation improved.
62 * sparc.h (sparc_opcode): new field `hwcaps2'.
82 * nds32.h: Add new opcode declaration.
87 * mips.h (mips_operand_type): Add new entries: OP_SAME_RS_RT,
106 * aarch64.h (AARCH64_FEATURE_LSE): New feature added.
114 * mips.h: Document the move of `MICROMIPSOP_*_CODE10' from `B'
[all …]
/toolchain/binutils/binutils-2.25/include/nlm/
DChangeLog7 * alpha-ext.h: Update copyright notice to use GPLv3.
8 * common.h: Likewise.
9 * external.h: Likewise.
10 * i386-ext.h: Likewise.
11 * internal.h: Likewise.
12 * ppc-ext.h: Likewise.
13 * sparc32-ext.h: Likewise.
19 alpha-ext.h, common.h, external.h, i386-ext.h, internal.h,
20 ppc-ext.h, sparc32-ext.h
24 * internal.h (Nlm_Internal_Custom_Header): Replace PTR with void *.
[all …]
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog3 * arm.h: Add TAG_CPU_ARCH_V8 in Tag_CPU_arch EABI attribute.
7 * aarch64.h (R_AARCH64_TLS_DTPREL64): Switch enum value with ...
13 * mips.h (E_MIPS_ARCH_32R6, E_MIPS_ARCH_64R6): New enum constants.
17 * elfcpp_file.h (Elf_file::shnum): New const function.
25 * aarch64.h (withdrawn): Replaced with R_AARCH64_withdrawn.
29 * elfcpp.h (PT_MIPS_ABIFLAGS): New program header type.
33 * aarch64.h: New file. New enums for aarch64-elf64 relocations.
34 * elfcpp.h (EM_AARCH64, SHT_AARCH64_ATTRIBUTES, PT_AARCH64_ARCHEXT,
39 * elfcpp.h: Remove openrisc and or32 support.
43 * mips.h (R _MIPS16_TLS_GD, R_MIPS16_TLS_LDM, R_MIPS16_TLS_DTPREL_HI16,
[all …]

12345678910>>...35