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

/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h1315 file_ptr text_ptr, data_ptr, other_ptr;
1427 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);
1455 sec->filepos = other_ptr;
1456 other_ptr += sec->size;
1460 nlm_fixed_header (abfd)->relocationFixupOffset = other_ptr;
1313 file_ptr text_ptr, data_ptr, other_ptr; local
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h1314 file_ptr text_ptr, data_ptr, other_ptr;
1426 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);
1454 sec->filepos = other_ptr;
1455 other_ptr += sec->size;
1459 nlm_fixed_header (abfd)->relocationFixupOffset = other_ptr;
1312 file_ptr text_ptr, data_ptr, other_ptr; local
/haiku-buildtools/gcc/gcc/
H A Dreload1.c4565 strip_paradoxical_subreg (rtx *op_ptr, rtx *other_ptr)
4574 other = *other_ptr;
4589 *other_ptr = tem;
4547 strip_paradoxical_subreg(rtx *op_ptr, rtx *other_ptr) argument

Completed in 70 milliseconds