HomeSort by relevance Sort by last modified time
    Searched refs:oasys_per_section (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
liboasys.h 35 #define oasys_per_section(x) ((oasys_per_section_type *)(x->used_by_bfd)) macro
oasys.c 352 per = oasys_per_section (s);
384 per = oasys_per_section (section);
411 dst_base_ptr = oasys_per_section (section)->data;
412 dst_ptr = oasys_per_section (section)->data +
696 oasys_per_section (newsect)->data = NULL;
697 oasys_per_section (newsect)->section = newsect;
698 oasys_per_section (newsect)->offset = 0;
699 oasys_per_section (newsect)->initialized = FALSE;
724 oasys_per_section_type *p = oasys_per_section (section);
960 bfd_byte *raw_data = oasys_per_section (s)->data
    [all...]

Completed in 187 milliseconds