HomeSort by relevance Sort by last modified time
    Searched refs:bfd_size_type (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/binutils/
budbg.h 45 (bfd *, void *, bfd_byte **, bfd_size_type *, bfd_byte **, bfd_size_type *);
49 extern bfd_boolean parse_ieee (void *, bfd *, const bfd_byte *, bfd_size_type);
od-elf32_avr.c 81 elf32_avr_get_note_section_contents (bfd *abfd, bfd_size_type *size)
96 bfd_size_type size)
130 const bfd_size_type memory_sizes = 6;
136 bfd_size_type stroffset_table_size = bfd_get_32 (abfd, stroffset_table);
151 bfd_size_type *text_usage,
152 bfd_size_type *data_usage,
153 bfd_size_type *eeprom_usage)
156 bfd_size_type avr_datasize = 0;
157 bfd_size_type avr_textsize = 0;
158 bfd_size_type avr_bsssize = 0
    [all...]
size.c 58 static bfd_size_type common_size;
59 static bfd_size_type total_bsssize;
60 static bfd_size_type total_datasize;
61 static bfd_size_type total_textsize;
71 static void rprint_number (int, bfd_size_type);
246 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
421 size_number (bfd_size_type num)
434 rprint_number (int width, bfd_size_type num)
446 static bfd_size_type bsssize;
447 static bfd_size_type datasize
    [all...]
  /toolchain/binutils/binutils-2.27/include/nlm/
internal.h 81 bfd_size_type codeImageSize;
89 bfd_size_type dataImageSize;
95 bfd_size_type uninitializedDataSize;
104 bfd_size_type customDataSize;
239 bfd_size_type messageFileLength;
242 bfd_size_type helpFileLength;
244 bfd_size_type RPCDataLength;
246 bfd_size_type sharedCodeLength;
248 bfd_size_type sharedDataLength;
281 bfd_size_type hdrLength
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.h 27 extern bfd_size_type
  /toolchain/binutils/binutils-2.27/bfd/
elf32-sh64.h 43 bfd_size_type cr_size;
76 bfd_size_type cranges_growth;
cpu-iamcu.c 25 extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
cpu-k1om.c 25 extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
cpu-l1om.c 25 extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
libbfd.h 59 bfd_size_type size;
82 bfd_size_type extended_names_size; /* Size of extended names. */
101 bfd_size_type parsed_size; /* Octets of filesize not including ar_hdr. */
102 bfd_size_type extra_size; /* BSD4.4: extra bytes after the header. */
112 (bfd_size_type);
114 (void *, bfd_size_type);
116 (void *, bfd_size_type);
118 (bfd_size_type);
120 (bfd_size_type, bfd_size_type);
    [all...]
sco5-core.c 53 bfd_size_type size,
74 bfd_size_type amt = sizeof (struct sco5_core_struct);
83 || bfd_bread ((void *) &rawptr->u, (bfd_size_type) sizeof rawptr->u,
128 || bfd_bread ((void *) &coffset_siz, (bfd_size_type) sizeof coffset_siz,
138 || (bfd_bread ((void *) &coffsets, (bfd_size_type) sizeof coffsets, abfd)
155 (bfd_size_type) coffsets.u_usize,
162 ((bfd_size_type) u->u_exdata.ux_dsize
170 (bfd_size_type) u->u_ssize * NBPC,
186 || (bfd_bread ((void *) &nsecs, (bfd_size_type) sizeof nsecs, abfd)
188 || (bfd_bread ((void *) &cheadoffs, (bfd_size_type) sizeof cheadoffs
    [all...]
stabs.c 85 bfd_size_type offset;
107 bfd_size_type *cumulative_skips;
112 bfd_size_type stridxs[1];
155 bfd_size_type *pstring_offset)
158 bfd_size_type count, amt;
163 bfd_size_type stroff, next_stroff, skip;
164 bfd_size_type *pstridx;
217 amt += (count - 1) * sizeof (bfd_size_type);
226 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
248 bfd_size_type symstroff
    [all...]
nlm.c 32 bfd_size_type amt = sizeof (struct nlm_obj_tdata);
libbfd-in.h 54 bfd_size_type size;
77 bfd_size_type extended_names_size; /* Size of extended names. */
96 bfd_size_type parsed_size; /* Octets of filesize not including ar_hdr. */
97 bfd_size_type extra_size; /* BSD4.4: extra bytes after the header. */
107 (bfd_size_type);
109 (void *, bfd_size_type);
111 (void *, bfd_size_type);
113 (bfd_size_type);
115 (bfd_size_type, bfd_size_type);
    [all...]
compress.c 31 bfd_size_type compressed_size,
33 bfd_size_type uncompressed_size)
75 static bfd_size_type
78 bfd_size_type uncompressed_size)
82 bfd_size_type buffer_size;
86 bfd_size_type orig_uncompressed_size;
225 bfd_size_type sz;
228 bfd_size_type save_size;
229 bfd_size_type save_rawsize;
359 bfd_size_type *uncompressed_size_p)
    [all...]
bfdio.c 164 . void *(*bmmap) (struct bfd *abfd, void *addr, bfd_size_type len,
166 . void **map_addr, bfd_size_type *map_len);
176 bfd_size_type
177 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd)
185 bfd_size_type maxbytes = arelt_size (abfd);
205 bfd_size_type
206 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd)
443 void *bfd_mmap (bfd *abfd, void *addr, bfd_size_type len,
445 void **map_addr, bfd_size_type *map_len);
455 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len
    [all...]
nlm32-sparc.c 100 if (bfd_bread (&tmp_reloc, (bfd_size_type) 12, abfd) != 12)
186 if (bfd_bwrite (&tmp_reloc, (bfd_size_type) 12, abfd) != 12)
200 bfd_size_type count ATTRIBUTE_UNUSED)
211 bfd_size_type rcount; /* Number of relocs. */
218 if (bfd_bread (temp, (bfd_size_type) 4, abfd) != 4)
224 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
228 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
233 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
287 if (bfd_bwrite (temp, (bfd_size_type) 4, abfd) != 4)
290 if (bfd_bwrite (temp, (bfd_size_type) 4, abfd) != 4
    [all...]
cpu-i386.c 26 extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
47 bfd_arch_i386_fill (bfd_size_type count, bfd_boolean code,
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2;
103 bfd_arch_i386_short_nop_fill (bfd_size_type count,
113 bfd_arch_i386_long_nop_fill (bfd_size_type count,
123 bfd_arch_i386_onebyte_nop_fill (bfd_size_type count,
elf32-sh64-com.c 68 bfd_size_type size
69 = (bfd_size_type) bfd_getb32 (SH64_CRANGE_CR_SIZE_OFFSET + (char *) p2);
83 bfd_size_type size
84 = (bfd_size_type) bfd_getl32 (SH64_CRANGE_CR_SIZE_OFFSET + (char *) p2);
103 bfd_size_type cranges_size = cranges->size;
162 bfd_size_type cr_size
nlm32-i386.c 78 if (bfd_bread (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
217 if (bfd_bwrite (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
237 bfd_size_type count)
332 bfd_size_type rcount; /* Number of relocs. */
337 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
341 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
344 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
351 if (bfd_bread (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
376 bfd_size_type count,
385 if ((bfd_bwrite (&len, (bfd_size_type) sizeof (bfd_byte), abfd
    [all...]
nlm32-alpha.c 49 if (bfd_bread (&s, (bfd_size_type) sizeof s, abfd) != sizeof s)
76 if (bfd_bwrite (&s, (bfd_size_type) sizeof s, abfd) != sizeof s)
408 if (bfd_bread (&ext, (bfd_size_type) sizeof ext, abfd) != sizeof ext)
593 bfd_size_type count ATTRIBUTE_UNUSED)
604 bfd_size_type rcount; /* Number of relocs. */
608 bfd_size_type amt;
610 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
614 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
617 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
624 if (bfd_bread (temp, (bfd_size_type) sizeof (temp), abfd
    [all...]
hash.c 702 bfd_size_type index;
713 bfd_size_type size;
747 ret->index = (bfd_size_type) -1;
766 bfd_size_type amt = sizeof (* table);
816 bfd_size_type
828 return (bfd_size_type) -1;
835 return (bfd_size_type) -1;
845 return (bfd_size_type) -1;
849 entry->index = (bfd_size_type) -1;
853 if (entry->index == (bfd_size_type) -1
    [all...]
libbfd.c 172 bfd_malloc (bfd_size_type size)
195 bfd_malloc2 (bfd_size_type nmemb, bfd_size_type size)
199 && nmemb > ~(bfd_size_type) 0 / size)
211 bfd_realloc (void *ptr, bfd_size_type size)
238 bfd_realloc2 (void *ptr, bfd_size_type nmemb, bfd_size_type size)
242 && nmemb > ~(bfd_size_type) 0 / size)
255 bfd_realloc_or_free (void *ptr, bfd_size_type size)
268 bfd_zmalloc (bfd_size_type size
    [all...]
  /toolchain/binutils/binutils-2.27/include/coff/
xcoff.h 189 bfd_size_type l_nsyms;
192 bfd_size_type l_nreloc;
195 bfd_size_type l_istlen;
198 bfd_size_type l_nimpid;
202 bfd_size_type l_impoff;
205 bfd_size_type l_stlen;
209 bfd_size_type l_stoff;
253 bfd_size_type l_ifile;
256 bfd_size_type l_parm;
280 bfd_size_type l_symndx
    [all...]
ecoff.h 373 bfd_size_type debug_align;
375 bfd_size_type external_hdr_size;
376 bfd_size_type external_dnr_size;
377 bfd_size_type external_pdr_size;
378 bfd_size_type external_sym_size;
379 bfd_size_type external_opt_size;
380 bfd_size_type external_fdr_size;
381 bfd_size_type external_rfd_size;
382 bfd_size_type external_ext_size;

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 910