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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h50 typedef struct ieee_per_section struct
63 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd)) macro
H A Dieee.c1671 ieee_per_section_type *per = ieee_per_section (s);
1696 current_map = ieee_per_section (s);
2026 ieee_per_section (newsect)->data = NULL;
2027 ieee_per_section (newsect)->section = newsect;
2048 ieee_per_section_type *p = ieee_per_section (section);
2201 bfd_byte *stream = ieee_per_section (s)->data;
2425 bfd_byte *stream = ieee_per_section (s)->data;
3207 ieee_per_section (s)->data = bfd_alloc (abfd, size);
3208 if (!ieee_per_section (s)->data)
3243 if (ieee_per_section (sectio
[all...]

Completed in 102 milliseconds