Searched refs:curr_som_offset (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c6303 unsigned int curr_som_offset, som_index = 0;
6337 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6343 curr_som_offset += elength;
6346 curr_som_offset = (curr_som_offset + 0x1) & ~0x1;
6415 bfd_putb32 (curr_som_offset, som_dict[som_index].location);
6488 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6493 curr_som_offset = (curr_som_offset + 0x1) &~ (unsigned) 1;
6302 unsigned int curr_som_offset, som_index = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c6303 unsigned int curr_som_offset, som_index = 0;
6337 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end);
6343 curr_som_offset += elength;
6346 curr_som_offset = (curr_som_offset + 0x1) & ~0x1;
6415 bfd_putb32 (curr_som_offset, som_dict[som_index].location);
6488 curr_som_offset += arelt_size (curr_bfd) + sizeof (struct ar_hdr);
6493 curr_som_offset = (curr_som_offset + 0x1) &~ (unsigned) 1;
6302 unsigned int curr_som_offset, som_index = 0; local

Completed in 150 milliseconds