Searched refs:bfd_size_type (Results 1 - 25 of 143) sorted by relevance

123456

/freebsd-11-stable/contrib/binutils/binutils/
H A Dbudbg.h46 (bfd *, void *, bfd_byte **, bfd_size_type *, bfd_byte **, bfd_size_type *);
50 extern bfd_boolean parse_ieee (void *, bfd *, const bfd_byte *, bfd_size_type);
H A Dsize.c57 static bfd_size_type total_bsssize;
58 static bfd_size_type total_datasize;
59 static bfd_size_type total_textsize;
72 static int size_number (bfd_size_type);
73 static void rprint_number (int, bfd_size_type);
246 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
383 size_number (bfd_size_type num)
396 rprint_number (int width, bfd_size_type num)
408 static bfd_size_type bsssize;
409 static bfd_size_type datasiz
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-strtab.c39 bfd_size_type index;
51 bfd_size_type size;
53 bfd_size_type alloced;
55 bfd_size_type sec_size;
97 bfd_size_type amt = sizeof (struct elf_strtab_hash);
139 bfd_size_type
156 return (bfd_size_type) -1;
166 bfd_size_type amt = sizeof (struct elf_strtab_hash_entry *);
170 return (bfd_size_type) -1;
180 _bfd_elf_strtab_addref (struct elf_strtab_hash *tab, bfd_size_type id
[all...]
H A Dbfdio.c112 bfd_size_type
113 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd)
129 bfd_size_type get;
135 if (bim->size < (bfd_size_type) abfd->where)
156 bfd_size_type
157 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd)
168 bfd_size_type newsize, oldsize;
170 oldsize = (bim->size + 127) & ~(bfd_size_type) 127;
173 newsize = (bim->size + 127) & ~(bfd_size_type) 127;
292 bfd_size_type newsiz
[all...]
H A Dstabs.c84 bfd_size_type offset;
106 bfd_size_type *cumulative_skips;
111 bfd_size_type stridxs[1];
154 bfd_size_type *pstring_offset)
157 bfd_size_type count, amt;
162 bfd_size_type stroff, next_stroff, skip;
163 bfd_size_type *pstridx;
216 amt += (count - 1) * sizeof (bfd_size_type);
225 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
247 bfd_size_type symstrof
[all...]
H A Dhash.c591 bfd_hash_set_default_size (bfd_size_type hash_size)
594 static const bfd_size_type hash_size_primes[] =
627 bfd_size_type index;
638 bfd_size_type size;
671 ret->index = (bfd_size_type) -1;
690 bfd_size_type amt = sizeof (* table);
739 bfd_size_type
751 return (bfd_size_type) -1;
757 return (bfd_size_type) -1;
766 return (bfd_size_type)
[all...]
H A Dlibbfd.h56 bfd_size_type size;
78 bfd_size_type extended_names_size; /* Size of extended names */
103 (bfd_size_type);
105 (void *, bfd_size_type);
107 (bfd_size_type);
109 (bfd_size_type, bfd_size_type);
111 (void *, bfd_size_type, bfd_size_type);
113 (bfd_size_type, bfd_size_typ
[all...]
H A Dlibbfd-in.h51 bfd_size_type size;
73 bfd_size_type extended_names_size; /* Size of extended names */
98 (bfd_size_type);
100 (void *, bfd_size_type);
102 (bfd_size_type);
104 (bfd_size_type, bfd_size_type);
106 (void *, bfd_size_type, bfd_size_type);
108 (bfd_size_type, bfd_size_typ
[all...]
H A Dsco5-core.c47 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr));
60 bfd_size_type size;
84 bfd_size_type amt = sizeof (struct sco5_core_struct);
93 || bfd_bread ((void *) &rawptr->u, (bfd_size_type) sizeof rawptr->u,
139 || bfd_bread ((void *) &coffset_siz, (bfd_size_type) sizeof coffset_siz,
149 || (bfd_bread ((void *) &coffsets, (bfd_size_type) sizeof coffsets, abfd)
166 (bfd_size_type) coffsets.u_usize,
173 ((bfd_size_type) u->u_exdata.ux_dsize
181 (bfd_size_type) u->u_ssize * NBPC,
197 || (bfd_bread ((void *) &nsecs, (bfd_size_type) sizeo
[all...]
H A Dosf-core.c36 PARAMS ((bfd *, const char *, flagword, bfd_size_type, bfd_vma, file_ptr));
64 bfd_size_type size;
90 bfd_size_type amt;
101 bfd_zalloc (abfd, (bfd_size_type) sizeof (struct osf_core_struct));
143 (bfd_size_type) core_scnhdr.size,
H A Dlibbfd.c163 bfd_malloc (bfd_size_type size)
183 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size)
189 && nmemb > ~(bfd_size_type) 0 / size)
213 bfd_realloc (void *ptr, bfd_size_type size)
237 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size)
243 && nmemb > ~(bfd_size_type) 0 / size)
271 bfd_zmalloc (bfd_size_type size)
298 bfd_zmalloc2 (bfd_size_type nmem
[all...]
H A Dtekhex.c241 bfd_size_type size;
325 d = bfd_zalloc (abfd, (bfd_size_type) sizeof (struct data_struct));
384 char *n = bfd_alloc (abfd, (bfd_size_type) len + 1);
413 bfd_size_type amt = sizeof (tekhex_symbol_type);
427 new->symbol.name = bfd_alloc (abfd, (bfd_size_type) len + 1);
468 eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1);
470 eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1);
476 if (bfd_bread (src, (bfd_size_type) 5, abfd) != 5)
490 if (bfd_bread (src, (bfd_size_type) chars_on_line, abfd) != chars_on_line)
531 tdata = bfd_alloc (abfd, (bfd_size_type) sizeo
[all...]
H A Dihex.c146 bfd_size_type size;
196 if (bfd_bread (&c, (bfd_size_type) 1, abfd) != 1)
290 if (bfd_bread (hdr, (bfd_size_type) 8, abfd) != 8)
310 buf = bfd_realloc (buf, (bfd_size_type) chars);
316 if (bfd_bread (buf, (bfd_size_type) chars, abfd) != chars)
357 bfd_size_type amt;
494 if (bfd_bread (b, (bfd_size_type) 9, abfd) != 9)
567 if (bfd_bread (hdr, (bfd_size_type) 8, abfd) != 8)
584 buf = bfd_realloc (buf, (bfd_size_type) len * 2);
590 if (bfd_bread (buf, (bfd_size_type) le
[all...]
H A Dsrec.c147 bfd_size_type size;
222 if (bfd_bread (&c, (bfd_size_type) 1, abfd) != 1)
345 bfd_size_type alc;
374 if ((bfd_size_type) (p - symbuf) >= alc)
396 symname = bfd_alloc (abfd, (bfd_size_type) (p - symbuf));
459 if (bfd_bread (hdr, (bfd_size_type) 3, abfd) != 3)
477 buf = bfd_malloc ((bfd_size_type) bytes * 2);
483 if (bfd_bread (buf, (bfd_size_type) bytes * 2, abfd) != bytes * 2)
528 bfd_size_type amt;
600 || bfd_bread (b, (bfd_size_type)
[all...]
H A Dbfd-in.h125 typedef BFD_HOST_U_64_BIT bfd_size_type; typedef
156 typedef unsigned long bfd_size_type; typedef
165 (((bfd_size_type) 1) << (8 * sizeof (bfd_size_type) / 2))
489 extern void bfd_hash_set_default_size (bfd_size_type);
511 extern bfd_size_type bfd_bread (void *, bfd_size_type, bfd *);
512 extern bfd_size_type bfd_bwrite (const void *, bfd_size_type, bfd *);
649 void (*set_index) (struct bfd_symbol *, bfd_size_type));
[all...]
H A Drs6000-core.c266 bfd_size_type size;
288 bfd_size_type size, bfd_vma vma, file_ptr filepos)
312 bfd_size_type size;
318 bfd_size_type c_size, c_regsize, c_lsize;
431 tmpptr = (char *) bfd_zalloc (abfd, (bfd_size_type) size);
493 (bfd_size_type) core.old.c_u.u_dsize,
507 bfd_size_type ldi_datasize;
513 bfd_size_type c_datasize, c_vmregions;
584 bfd_size_type i;
592 bfd_size_type vminfo_siz
[all...]
H A Dlibecoff.h58 bfd_size_type external_reloc_size;
238 (bfd *, asection *, void * location, file_ptr, bfd_size_type);
302 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
H A Dcoff-ia64.c81 || (bfd_bread (&dos_hdr, (bfd_size_type) sizeof (dos_hdr), abfd)
107 || (bfd_bread (&image_hdr, (bfd_size_type) sizeof (image_hdr), abfd)
H A Dppcboot.c95 PARAMS ((bfd *, asection *, PTR, file_ptr, bfd_size_type));
101 PARAMS ((bfd *, asection *, const PTR, file_ptr, bfd_size_type));
116 bfd_size_type amt = sizeof (ppcboot_data_t);
179 if (bfd_bread ((PTR) &hdr, (bfd_size_type) sizeof (hdr), abfd)
242 bfd_size_type count;
270 bfd_size_type size;
304 bfd_size_type amt = PPCBOOT_SYMS * sizeof (asymbol);
374 bfd_size_type size;
H A Dsection.c415 . bfd_size_type size;
425 . bfd_size_type rawsize;
1275 (bfd *abfd, asection *sec, bfd_size_type val);
1288 bfd_set_section_size (bfd *abfd, sec_ptr ptr, bfd_size_type val)
1310 file_ptr offset, bfd_size_type count);
1335 bfd_size_type count)
1337 bfd_size_type sz;
1346 if ((bfd_size_type) offset > sz
1383 bfd_size_type count);
1403 bfd_size_type coun
[all...]
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h138 bfd_size_type l_nsyms;
141 bfd_size_type l_nreloc;
144 bfd_size_type l_istlen;
147 bfd_size_type l_nimpid;
151 bfd_size_type l_impoff;
154 bfd_size_type l_stlen;
158 bfd_size_type l_stoff;
202 bfd_size_type l_ifile;
205 bfd_size_type l_parm;
227 bfd_size_type l_symnd
[all...]
H A Decoff.h372 bfd_size_type debug_align;
374 bfd_size_type external_hdr_size;
375 bfd_size_type external_dnr_size;
376 bfd_size_type external_pdr_size;
377 bfd_size_type external_sym_size;
378 bfd_size_type external_opt_size;
379 bfd_size_type external_fdr_size;
380 bfd_size_type external_rfd_size;
381 bfd_size_type external_ext_size;
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dinternal.h47 bfd_size_type e_phoff; /* Program header table file offset */
48 bfd_size_type e_shoff; /* Section header table file offset */
83 bfd_size_type sh_size; /* Size of section in bytes */
84 bfd_size_type sh_entsize; /* Entry size if section holds table */
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-pe-read.c163 bfd_bread (b, (bfd_size_type) 2, abfd);
173 bfd_bread (b, (bfd_size_type) 4, abfd);
249 bfd_bread (sname, (bfd_size_type) 8, dll);
278 bfd_bread (sec_name, (bfd_size_type) 8, dll);
293 bfd_bread (expdata, (bfd_size_type) export_size, dll);
/freebsd-11-stable/contrib/binutils/ld/
H A Dld.h289 bfd_size_type split_by_file;
291 bfd_size_type specified_data_size;
294 bfd_size_type hash_table_size;

Completed in 359 milliseconds

123456