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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daix386-core.c53 #define core_section(bfd,n) \ macro
178 core_section (abfd, n) = bfd_make_section_anyway (abfd, sname);
179 if (core_section (abfd, n) == NULL)
182 core_section (abfd, n)->flags = flags;
183 core_section (abfd, n)->_raw_size = core->cd_segs[i].cs_len;
184 core_section (abfd, n)->vma = core->cd_segs[i].cs_address;
185 core_section (abfd, n)->filepos = core->cd_segs[i].cs_offset;
186 core_section (abfd, n)->alignment_power = 2;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Daix386-core.c53 #define core_section(bfd,n) \ macro
178 core_section (abfd, n) = bfd_make_section_anyway (abfd, sname);
179 if (core_section (abfd, n) == NULL)
182 core_section (abfd, n)->flags = flags;
183 core_section (abfd, n)->size = core->cd_segs[i].cs_len;
184 core_section (abfd, n)->vma = core->cd_segs[i].cs_address;
185 core_section (abfd, n)->filepos = core->cd_segs[i].cs_offset;
186 core_section (abfd, n)->alignment_power = 2;

Completed in 65 milliseconds