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.27/bfd/
liboasys.h 35 #define oasys_per_section(x) ((oasys_per_section_type *)(x->used_by_bfd)) macro
oasys.c 350 per = oasys_per_section (s);
382 per = oasys_per_section (section);
409 dst_base_ptr = oasys_per_section (section)->data;
410 dst_ptr = oasys_per_section (section)->data +
694 oasys_per_section (newsect)->data = NULL;
695 oasys_per_section (newsect)->section = newsect;
696 oasys_per_section (newsect)->offset = 0;
697 oasys_per_section (newsect)->initialized = FALSE;
722 oasys_per_section_type *p = oasys_per_section (section);
958 bfd_byte *raw_data = oasys_per_section (s)->data
    [all...]

Completed in 66 milliseconds