Searched refs:augmentation_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/
H A Ddw2gencfi.c1048 offsetT augmentation_size;
1078 augmentation_size = 1 + (cie->lsda_encoding != DW_EH_PE_omit);
1080 augmentation_size += 1 + encoding_size (cie->per_encoding);
1081 out_uleb128 (augmentation_size); /* Augmentation size. */
1124 offsetT augmentation_size;
1160 augmentation_size = encoding_size (fde->lsda_encoding);
1161 out_uleb128 (augmentation_size); /* Augmentation size. */
1171 emit_expr (&exp, augmentation_size);
1173 tc_cfi_emit_pcrel_expr (&exp, augmentation_size);
1179 emit_expr (&exp, augmentation_size);
1045 offsetT augmentation_size; local
1121 offsetT augmentation_size; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-eh-frame.c40 bfd_vma augmentation_size; member in struct:cie
229 && c1->augmentation_size == c2->augmentation_size
262 h = iterative_hash_object (c->augmentation_size, h);
646 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size));
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c2179 int augmentation_size;
2265 augmentation_size = 0;
2288 augmentation_size += 1 + size_of_encoded_value (per_encoding);
2293 augmentation_size += 1;
2298 augmentation_size += 1;
2320 augmentation_size += pad;
2324 gcc_assert (size_of_uleb128 (augmentation_size) == 1);
2341 dw2_asm_output_data_uleb128 (augmentation_size, "Augmentation size");
2178 int augmentation_size; local

Completed in 177 milliseconds