Home
last modified time | relevance | path

Searched refs:ieee_per_section (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlibieee.h50 typedef struct ieee_per_section struct
63 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd)) argument
Dieee.c1745 ieee_per_section_type *per = ieee_per_section (s); in ieee_slurp_section_data()
1771 current_map = ieee_per_section (s); in ieee_slurp_section_data()
2122 ieee_per_section (newsect)->data = NULL; in ieee_new_section_hook()
2123 ieee_per_section (newsect)->section = newsect; in ieee_new_section_hook()
2144 ieee_per_section_type *p = ieee_per_section (section); in ieee_get_section_contents()
2297 bfd_byte *stream = ieee_per_section (s)->data; in do_with_relocs()
2521 bfd_byte *stream = ieee_per_section (s)->data; in do_without_relocs()
3304 ieee_per_section (s)->data = bfd_alloc (abfd, size); in init_for_output()
3305 if (!ieee_per_section (s)->data) in init_for_output()
3339 if (ieee_per_section (section)->data == (bfd_byte *) NULL) in ieee_set_section_contents()
[all …]
DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.