Home
last modified time | relevance | path

Searched refs:thissize (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldwrite.c480 bfd_size_type thissize = 0; in split_sections() local
494 thissize = sec->size; in split_sections()
505 || (thissize + sec_size >= config.split_by_file)) in split_sections()
553 sec_size = thissize; in split_sections()
560 sec_size += thissize; in split_sections()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c1293 unsigned thissize = -1u; in parse_neon_type() local
1313 thissize = 64; in parse_neon_type()
1325 thissize = 32; in parse_neon_type()
1329 thissize = strtoul (ptr, &ptr, 10); in parse_neon_type()
1331 if (thissize != 8 && thissize != 16 && thissize != 32 in parse_neon_type()
1332 && thissize != 64) in parse_neon_type()
1334 as_bad (_("bad size %d in type specifier"), thissize); in parse_neon_type()
1343 type->el[type->elems].size = thissize; in parse_neon_type()
16176 int result = FAIL, thissize, thisalign; in neon_alignment_bit() local
16188 thissize = va_arg (ap, int); in neon_alignment_bit()
[all …]