Home | History | Annotate | Download | only in include

Lines Matching refs:SIZE

77 /* The word size used by BFD on the host.  This may be 64 with a 32
82 /* The word size of the default bfd target. */
346 #define bfd_section_size(bfd, ptr) ((ptr)->size)
347 #define bfd_get_section_size(ptr) ((ptr)->size)
361 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
415 unsigned int size;
418 /* The size of elements. */
442 /* Initialize a hash table specifying a size. */
483 /* Allows the default size of a hash table to be configured. New hash
485 this size. */
600 /* Byte swapping routines which take size and endiannes as arguments. */
739 be a BFD for an ELF target with the word size and byte order found in
799 bfd_size_type size;
1252 should warn if any duplicate sections are a different size. */
1277 Entity size is given in the entsize field. */
1281 strings where entsize specifies character size instead of fixed
1282 size entries. */
1291 without changing the vma or size. FIXME: Although this
1303 /* When a section with this flag is being linked, then if the size of
1305 boundary. If the size of the input section is one page or more,
1379 /* The size of the section in octets, as it will be output.
1381 size of <<.bss>>). */
1382 bfd_size_type size;
1384 /* For input sections, the original size on disk of the section, in
1388 SEC_MERGE, some coff relaxing targets), and thus the original size
1390 For output sections, rawsize holds the section size calculated on
1399 would be 100. However, if the target byte size is 16 bits
1446 /* Entity size for merging purposes. */
1618 /* vma, lma, size, rawsize */ \
2098 /* Unsupported relocation size requested. */
2166 /* The size of the item to be relocated. This is *not* a
2169 int size;
2242 #define NEWHOWTO(FUNCTION, NAME, SIZE, REL, IN) \
2243 HOWTO (0, 0, SIZE, 0, REL, 0, complain_overflow_dont, FUNCTION, \
4271 instructions from an original target. The expansion size is
4272 encoded in the reloc size. */
4453 #define bfd_make_debug_symbol(abfd,ptr,size) \
4454 BFD_SEND (abfd, _bfd_make_debug_symbol, (abfd, ptr, size))
5120 (bfd *, void *, unsigned long size);