Searched refs:bfd_size_type (Results 51 - 75 of 186) sorted by relevance

12345678

/haiku-fatelf/src/bin/gdb/bfd/
H A Doasys.c67 PARAMS ((bfd *, sec_ptr, void *, file_ptr, bfd_size_type));
73 PARAMS ((bfd *, sec_ptr, const void *, file_ptr, bfd_size_type));
98 bfd_size_type amt = sizeof (record->header);
145 bfd_size_type amt;
305 bfd_size_type amt;
383 module[i].name = bfd_alloc (abfd, (bfd_size_type) 33);
435 bfd_size_type amt = sizeof (oasys_data_type);
493 buffer = bfd_alloc (abfd, (bfd_size_type) 3);
620 bfd_size_type amt;
833 bfd_alloc (abfd, (bfd_size_type) sizeo
[all...]
H A Dbfdwin.c56 . bfd_size_type size;
111 bfd_size_type size,
117 bfd_size_type size_to_alloc = size;
H A Dcoff-rs6000.c248 bfd_size_type amt = sizeof (struct xcoff_tdata);
1123 bfd_size_type sz;
1151 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1206 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
1277 bfd_size_type amt = SXCOFFARMAG;
1380 bfd_size_type namlen;
1382 bfd_size_type amt = sizeof (struct areltdata);
1393 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1425 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
1611 if (bfd_bwrite ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HD
[all...]
H A Dxcofflink.c130 static bfd_size_type xcoff_find_reloc
131 PARAMS ((struct internal_reloc *, bfd_size_type, bfd_vma));
167 bfd_size_type amt = sizeof (struct coff_section_tdata);
279 c = bfd_alloc (abfd, (bfd_size_type) SYMNMLEN + 1);
485 bfd_size_type amt = sizeof (struct xcoff_link_hash_table);
711 bfd_size_type symesz;
860 static bfd_size_type
863 bfd_size_type count;
866 bfd_size_type min, max, this;
1038 bfd_size_type symcoun
[all...]
H A Daoutx.h465 bfd_size_type amt = sizeof (struct aout_data_struct);
688 bfd_size_type amt = sizeof (struct aout_data_struct);
970 bfd_size_type data_pad, text_pad;
1129 bfd_size_type *text_size;
1273 bfd_size_type count;
1276 bfd_size_type text_size;
1325 bfd_size_type count;
1327 bfd_size_type amt;
1363 bfd_size_type stringsize;
1365 bfd_size_type am
[all...]
H A Dnetbsd.h88 bfd_size_type text_size;
H A Delf-bfd.h129 bfd_size_type size;
362 bfd_size_type dynsymcount;
370 bfd_size_type bucketcount;
397 bfd_size_type tls_size;
1229 bfd_size_type program_header_size;
1449 (bfd *, sec_ptr, const void *, file_ptr, bfd_size_type);
1515 extern bfd_size_type _bfd_elf_strtab_add
1518 (struct elf_strtab_hash *, bfd_size_type);
1520 (struct elf_strtab_hash *, bfd_size_type);
1523 extern bfd_size_type _bfd_elf_strtab_siz
[all...]
H A Delf-eh-frame.c224 bfd_size_type new_size;
281 < (bfd_size_type) ((buf) - ehbuf)) \
288 < (bfd_size_type) ((buf) - ehbuf))) \
294 == (bfd_size_type) ((buf) - ehbuf))) \
325 if ((bfd_size_type) (buf - ehbuf) == sec->size)
329 if ((bfd_size_type) (buf + 4 - ehbuf) > sec->size)
338 if ((bfd_size_type) (buf - ehbuf) + hdr.length > sec->size)
348 if ((bfd_size_type) (buf - ehbuf) < sec->size)
473 & ~((bfd_size_type) per_width - 1)));
911 & ~((bfd_size_type) per_widt
[all...]
H A Di386msdos.c64 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type));
131 || bfd_bwrite (hdr, (bfd_size_type) sizeof(hdr), abfd) != sizeof(hdr))
143 bfd_size_type count;
H A Dlibecoff.h58 bfd_size_type external_reloc_size;
240 PARAMS ((bfd *, asection *, PTR location, file_ptr, bfd_size_type));
304 PARAMS ((bfd *, asection *, const PTR location, file_ptr, bfd_size_type));
H A Dversados.c56 PARAMS ((bfd *, asection *, void *, file_ptr, bfd_size_type));
58 PARAMS ((bfd *, sec_ptr, const void *, file_ptr, bfd_size_type));
182 bfd_size_type amt = sizeof (tdata_type);
221 if (bfd_bread (&ptr->size, (bfd_size_type) 1, abfd) != 1
222 || (bfd_bread ((char *) ptr + 1, (bfd_size_type) ptr->size, abfd)
488 bfd_size_type size = esdid->section->size;
501 bfd_size_type amt;
545 amt = (bfd_size_type) esdid->relocs * sizeof (arelent);
621 if (bfd_bread (&len, (bfd_size_type) 1, abfd) != 1)
628 if (bfd_bread (&ext.type, (bfd_size_type) le
[all...]
H A Darchive.c168 bfd_size_type amt = sizeof (struct artdata);
270 bfd_size_type amt = sizeof (struct ar_cache);
341 bfd_size_type namelen = 0;
342 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
578 bfd_size_type amt;
694 bfd_size_type parsed_size, amt;
763 bfd_size_type stringsize;
766 bfd_size_type nsymz; /* Number of symbols in armap. */
769 bfd_size_type carsym_size, ptrsize;
933 bfd_size_type am
[all...]
H A Ddwarf1.c150 bfd_size_type amt = sizeof (struct dwarf1_unit);
167 bfd_size_type amt = sizeof (struct dwarf1_func);
282 bfd_size_type size;
310 bfd_size_type amt;
488 bfd_size_type size = sizeof (struct dwarf1_debug);
H A Delf32-or32.c294 bfd_size_type addr = reloc_entry->address;
324 bfd_size_type addr = reloc_entry->address;
354 bfd_size_type addr = reloc_entry->address;
488 bfd_size_type addr = reloc_entry->address;
522 bfd_size_type addr = reloc_entry->address;
H A Dsom.c202 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type));
204 PARAMS ((bfd *, sec_ptr, PTR, file_ptr, bfd_size_type));
1487 final_types = (int **) bfd_alloc (abfd, (bfd_size_type) sizeof (int *) * 6);
1488 final_type = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1512 final_types[0] = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1528 final_types[0] = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1539 final_types[0] = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1550 final_types[0] = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1561 final_types[0] = (int *) bfd_alloc (abfd, (bfd_size_type) sizeof (int));
1571 final_types[0] = (int *) bfd_alloc (abfd, (bfd_size_type) sizeo
[all...]
H A Delf32-xtensa.c67 static bfd_size_type insn_decode_len
68 (bfd_byte *, bfd_size_type, bfd_size_type);
70 (bfd_byte *, bfd_size_type, bfd_size_type, int);
72 (bfd_byte *, bfd_size_type, bfd_vma, bfd_vma);
74 (bfd_byte *, bfd_size_type, bfd_vma, bfd_vma);
76 static bfd_size_type get_asm_simplify_size
77 (bfd_byte *, bfd_size_type, bfd_size_type);
[all...]
H A Dcoffcode.h339 PARAMS ((bfd *, asection *, const PTR, file_ptr, bfd_size_type));
341 PARAMS ((bfd *, file_ptr, bfd_size_type));
963 bfd_size_type amt;
1575 bfd_size_type amt;
1676 bfd_size_type amt;
1721 bfd_size_type relsz = bfd_coff_relsz (abfd);
1798 bfd_size_type amt = sizeof (coff_data_type);
2082 bfd_size_type amt = bfd_coff_symesz (abfd);
2461 bfd_size_type aadr = (*a)->address;
2462 bfd_size_type bad
[all...]
H A Daout-adobe.c50 PARAMS ((bfd *, asection *, const PTR, file_ptr, bfd_size_type));
114 bfd_size_type amt = EXEC_BYTES_SIZE;
174 bfd_size_type amt = sizeof (*ext);
285 bfd_size_type amt = sizeof (struct bout_data_struct);
310 bfd_size_type amt;
420 bfd_size_type count;
H A Driscix.c102 bfd_size_type text_size; /* dummy vars */ \
117 || bfd_bwrite ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, \
217 bfd_size_type addr = reloc_entry->address;
409 bfd_size_type natsize;
500 bfd_size_type amt = sizeof (struct aout_data_struct);
644 if (bfd_bread ((PTR) &exec_bytes, (bfd_size_type) EXEC_BYTES_SIZE, abfd)
H A Dcisco-core.c99 bfd_size_type amt;
104 nread = bfd_bread (buf, (bfd_size_type) 4, abfd);
120 nread = bfd_bread (&crashinfo, (bfd_size_type) sizeof (crashinfo), abfd);
H A Dcoff-stgo32.c143 bfd_coff_go32stub (abfd) = (PTR) bfd_alloc (abfd, (bfd_size_type) STUBSIZE);
364 = (PTR) bfd_alloc (abfd, (bfd_size_type) coff_start);
385 = (PTR) bfd_alloc (abfd, (bfd_size_type) STUBSIZE);
H A Dieee.c109 PARAMS ((bfd *, sec_ptr, PTR, file_ptr, bfd_size_type));
163 PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type));
195 if (bfd_bwrite ((PTR) &byte, (bfd_size_type) 1, abfd) != 1)
209 if (bfd_bwrite ((PTR) buffer, (bfd_size_type) 2, abfd) != 2)
299 if (bfd_bwrite ((PTR) id, (bfd_size_type) length, abfd) != length)
359 string = bfd_alloc (ieee->abfd, (bfd_size_type) length + 1);
486 if (bfd_bwrite ((PTR) b, (bfd_size_type) 5, abfd) != 5)
848 bfd_size_type amt = sizeof (ieee_symbol_type);
1218 bfd_size_type amt;
1241 char *tmp = bfd_alloc (abfd, (bfd_size_type) 1
[all...]
H A Dbfd-in2.h115 typedef BFD_HOST_U_64_BIT bfd_size_type; typedef
146 typedef unsigned long bfd_size_type; typedef
457 extern void bfd_hash_set_default_size (bfd_size_type);
479 extern bfd_size_type bfd_bread (void *, bfd_size_type, bfd *);
480 extern bfd_size_type bfd_bwrite (const void *, bfd_size_type, bfd *);
617 void (*set_index) (struct bfd_symbol *, bfd_size_type));
622 extern bfd_size_type bfd_ecoff_debug_size
745 bfd_size_type siz
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcorelow.c450 bfd_size_type size;
556 bfd_size_type size;
588 bfd_size_type size;
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h115 typedef BFD_HOST_U_64_BIT bfd_size_type; typedef
146 typedef unsigned long bfd_size_type; typedef
457 extern void bfd_hash_set_default_size (bfd_size_type);
479 extern bfd_size_type bfd_bread (void *, bfd_size_type, bfd *);
480 extern bfd_size_type bfd_bwrite (const void *, bfd_size_type, bfd *);
617 void (*set_index) (struct bfd_symbol *, bfd_size_type));
622 extern bfd_size_type bfd_ecoff_debug_size
745 bfd_size_type siz
[all...]

Completed in 222 milliseconds

12345678