Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/toolchain/binutils/binutils-2.25/binutils/
Dsysroff.info49 (("creation date")( chars 12 bytes)( "cd"))
50 (("number of units") (2 bytes) ("nu"))
52 (("version") (chars 4 bytes) ("ver"))
63 (("unit appearance number") (2 bytes) ("uan"))
64 (("section appearance number") (2 bytes) ("sa")))
66 (("segment address") (segsize bytes) ("sad")))
67 (("address") (addrsize bytes) ("address")))
68 (("os name") (chars variable bytes) ("os"))
69 (("sys name") (chars variable bytes) ("sys"))
70 (("module name") (chars variable bytes) ("mn"))
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Di386dynix.c62 struct external_exec *bytes = (struct external_exec *)raw_bytes; in i386dynix_32_swap_exec_header_in() local
70 execp->a_info = H_GET_32 (abfd, bytes->e_info); in i386dynix_32_swap_exec_header_in()
71 execp->a_text = GET_WORD (abfd, bytes->e_text); in i386dynix_32_swap_exec_header_in()
72 execp->a_data = GET_WORD (abfd, bytes->e_data); in i386dynix_32_swap_exec_header_in()
73 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in i386dynix_32_swap_exec_header_in()
74 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in i386dynix_32_swap_exec_header_in()
75 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in i386dynix_32_swap_exec_header_in()
76 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in i386dynix_32_swap_exec_header_in()
77 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in i386dynix_32_swap_exec_header_in()
78 execp->a_shdata = GET_WORD (abfd, bytes->e_shdata); in i386dynix_32_swap_exec_header_in()
[all …]
Daout-adobe.c36 struct external_exec *bytes, in aout_adobe_swap_exec_header_in() argument
40 execp->a_info = H_GET_32 (abfd, bytes->e_info); in aout_adobe_swap_exec_header_in()
41 execp->a_text = GET_WORD (abfd, bytes->e_text); in aout_adobe_swap_exec_header_in()
42 execp->a_data = GET_WORD (abfd, bytes->e_data); in aout_adobe_swap_exec_header_in()
43 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in aout_adobe_swap_exec_header_in()
44 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in aout_adobe_swap_exec_header_in()
45 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in aout_adobe_swap_exec_header_in()
46 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in aout_adobe_swap_exec_header_in()
47 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in aout_adobe_swap_exec_header_in()
56 struct external_exec *bytes) in aout_adobe_swap_exec_header_out() argument
[all …]
Dsrec.c456 unsigned int bytes, min_bytes; in srec_scan() local
478 check_sum = bytes = HEX (hdr + 1); in srec_scan()
484 if (bytes < min_bytes) in srec_scan()
487 abfd, lineno, bytes); in srec_scan()
492 if (bytes * 2 > bufsize) in srec_scan()
496 buf = (bfd_byte *) bfd_malloc ((bfd_size_type) bytes * 2); in srec_scan()
499 bufsize = bytes * 2; in srec_scan()
502 if (bfd_bread (buf, (bfd_size_type) bytes * 2, abfd) != bytes * 2) in srec_scan()
506 --bytes; in srec_scan()
523 --bytes; in srec_scan()
[all …]
Dhp300hpux.c447 struct external_exec *bytes = (struct external_exec *) raw_bytes; in NAME() local
455 execp->a_info = H_GET_32 (abfd, bytes->e_info); in NAME()
456 execp->a_text = GET_WORD (abfd, bytes->e_text); in NAME()
457 execp->a_data = GET_WORD (abfd, bytes->e_data); in NAME()
458 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in NAME()
459 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME()
460 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in NAME()
461 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in NAME()
462 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in NAME()
476 if (H_GET_32 (abfd, bytes->e_passize) != 0) in NAME()
[all …]
Daout-cris.c220 struct reloc_ext_external *bytes, in MY()
230 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address)); in MY()
233 r_index = (bytes->r_index[2] << 16) in MY()
234 | (bytes->r_index[1] << 8) in MY()
235 | bytes->r_index[0]; in MY()
236 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); in MY()
237 r_type = ((bytes->r_type[0]) >> RELOC_EXT_BITS_TYPE_SH_LITTLE) in MY()
264 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend)); in MY()
Di386lynx.c322 struct reloc_ext_external *bytes, in NAME()
332 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address)); in NAME()
334 r_index = bytes->r_index[1]; in NAME()
335 r_extern = (0 != (bytes->r_index[0] & RELOC_EXT_BITS_EXTERN_BIG)); in NAME()
336 r_type = (bytes->r_index[0] & RELOC_EXT_BITS_TYPE_BIG) in NAME()
340 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend)); in NAME()
345 struct reloc_std_external *bytes, in NAME()
356 cache_ptr->address = H_GET_32 (abfd, bytes->r_address); in NAME()
358 r_index = bytes->r_index[1]; in NAME()
359 r_extern = (0 != (bytes->r_index[0] & RELOC_STD_BITS_EXTERN_BIG)); in NAME()
[all …]
Dbout.c79 struct external_exec *bytes, in bout_swap_exec_header_in() argument
83 execp->a_info = H_GET_32 (abfd, bytes->e_info); in bout_swap_exec_header_in()
84 execp->a_text = GET_WORD (abfd, bytes->e_text); in bout_swap_exec_header_in()
85 execp->a_data = GET_WORD (abfd, bytes->e_data); in bout_swap_exec_header_in()
86 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in bout_swap_exec_header_in()
87 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in bout_swap_exec_header_in()
88 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in bout_swap_exec_header_in()
89 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize); in bout_swap_exec_header_in()
90 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize); in bout_swap_exec_header_in()
91 execp->a_tload = GET_WORD (abfd, bytes->e_tload); in bout_swap_exec_header_in()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dfill.d11 # that don't support alignment other than 4 bytes.
12 # alpha-linuxecoff always aligns code to 16 bytes.
13 # m32c pads out code sections to 8 bytes.
14 # mips aligns to 16 bytes
15 # sh-pe pads out code sections to 16 bytes
16 # sparc-coff aligns to 8 bytes
17 # tic30-coff aligns to 2 bytes
18 # tic4x has 4 octet bytes
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dsec-8m.d11 # output) had a length not a multiple of four, the last bytes were saved
13 # with a leading multiple-of-four number of zero bytes, those zero bytes
14 # would be omitted, and the "saved" bytes would be concatenated with the
15 # following (not-all-zeros) bytes. Hence a shift of the last bytes of the
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dx86-64-stack.s1 .macro try bytes:vararg
2 .byte \bytes
3 .byte 0x66, \bytes
4 .byte 0x48, \bytes
5 .byte 0x66, 0x48, \bytes
Dbundle-bad.l4 [^:]*:11:.*single instruction is [0-9]+ bytes long but \.bundle_align_mode limit is [0-9]+
5 [^:]*:18:.*\.bundle_lock sequence at [0-9]+ bytes but \.bundle_align_mode limit is [0-9]+ bytes
6 [^:]*:19:.*\.bundle_lock sequence is [0-9]+ bytes, but bundle size only [0-9]+
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
Dgot-negative-12-13-14-34-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 196584 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-multigot-14-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 196584 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-xgot-15-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 196620 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-xgot-12-13-14-15-34-35-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 294972 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-single-12-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 98268 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-negative-14-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 196584 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-multigot-12-13-14-34-35-ok.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 294936 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dgot-1.d10 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
11 0x0000000b \(SYMENT\) 16 \(bytes\)
13 0x00000008 \(RELASZ\) 12 \(bytes\)
14 0x00000009 \(RELAENT\) 12 \(bytes\)
Dtls-gd-1.d11 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
12 0x0000000b \(SYMENT\) 16 \(bytes\)
14 0x00000008 \(RELASZ\) 24 \(bytes\)
15 0x00000009 \(RELAENT\) 12 \(bytes\)
Dtls-ld-1.d11 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
12 0x0000000b \(SYMENT\) 16 \(bytes\)
14 0x00000008 \(RELASZ\) 24 \(bytes\)
15 0x00000009 \(RELAENT\) 12 \(bytes\)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dtextrel-1.d12 0x0000000a \(STRSZ\) [0-9]* \(bytes\)
13 0x0000000b \(SYMENT\) 16 \(bytes\)
16 0x00000012 \(RELSZ\) 8 \(bytes\)
17 0x00000013 \(RELENT\) 8 \(bytes\)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
Dshared-2.d15 0x0000000a \(STRSZ\) [0-9]+ \(bytes\)
16 0x0000000b \(SYMENT\) 16 \(bytes\)
18 0x00000008 \(RELASZ\) 12 \(bytes\)
19 0x00000009 \(RELAENT\) 12 \(bytes\)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
Drelasz.d13 0x000000000000000a \(STRSZ\) [0-9]+ \(bytes\)
14 0x000000000000000b \(SYMENT\) [0-9]+ \(bytes\)
16 0x0000000000000008 \(RELASZ\) 24 \(bytes\)
17 0x0000000000000009 \(RELAENT\) 24 \(bytes\)

12345678910>>...21