Home | History | Annotate | Download | only in bfd

Lines Matching refs:data_ptr

1314   file_ptr text_ptr, data_ptr, other_ptr;
1425 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align);
1426 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);
1432 nlm_fixed_header (abfd)->dataImageOffset = data_ptr;
1449 sec->filepos = data_ptr;
1450 data_ptr += sec->size;