Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/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.c1668 ieee_per_section_type *per = ieee_per_section (s); in ieee_slurp_section_data()
1693 current_map = ieee_per_section (s); in ieee_slurp_section_data()
2023 ieee_per_section (newsect)->data = NULL; in ieee_new_section_hook()
2024 ieee_per_section (newsect)->section = newsect; in ieee_new_section_hook()
2045 ieee_per_section_type *p = ieee_per_section (section); in ieee_get_section_contents()
2198 bfd_byte *stream = ieee_per_section (s)->data; in do_with_relocs()
2422 bfd_byte *stream = ieee_per_section (s)->data; in do_without_relocs()
3204 ieee_per_section (s)->data = bfd_alloc (abfd, size); in init_for_output()
3205 if (!ieee_per_section (s)->data) in init_for_output()
3239 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.