Home
last modified time | relevance | path

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

12

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/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)) argument
H A 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 …]
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/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)) argument
H A Dieee.c2060 ieee_per_section_type *per = ieee_per_section (s);
2083 current_map = ieee_per_section (s);
2179 ieee_per_section (newsect)->data = (bfd_byte *) NULL;
2180 ieee_per_section (newsect)->section = newsect;
2204 ieee_per_section_type *p = ieee_per_section (section);
2368 bfd_byte *stream = ieee_per_section (s)->data;
2604 bfd_byte *stream = ieee_per_section (s)->data;
3426 ieee_per_section (s)->data = (bfd_byte *) (bfd_alloc (abfd, size));
3427 if (!ieee_per_section (s)->data)
3462 if (ieee_per_section (section)->data == (bfd_byte *) NULL)
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/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)) argument
H A 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 …]
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dlibieee.h51 typedef struct ieee_per_section struct
64 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd)) argument
H A Dieee.c1675 ieee_per_section_type *per = ieee_per_section (s); in ieee_slurp_section_data()
1700 current_map = ieee_per_section (s); in ieee_slurp_section_data()
2030 ieee_per_section (newsect)->data = NULL; in ieee_new_section_hook()
2031 ieee_per_section (newsect)->section = newsect; in ieee_new_section_hook()
2052 ieee_per_section_type *p = ieee_per_section (section); in ieee_get_section_contents()
2205 bfd_byte *stream = ieee_per_section (s)->data; in do_with_relocs()
2429 bfd_byte *stream = ieee_per_section (s)->data; in do_without_relocs()
3212 ieee_per_section (s)->data = bfd_alloc (abfd, size); in init_for_output()
3213 if (!ieee_per_section (s)->data) in init_for_output()
3247 if (ieee_per_section (section)->data == (bfd_byte *) NULL) in ieee_set_section_contents()
[all …]
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dlibieee.h51 typedef struct ieee_per_section struct
64 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd)) argument
H A Dieee.c1675 ieee_per_section_type *per = ieee_per_section (s); in ieee_slurp_section_data()
1700 current_map = ieee_per_section (s); in ieee_slurp_section_data()
2030 ieee_per_section (newsect)->data = NULL; in ieee_new_section_hook()
2031 ieee_per_section (newsect)->section = newsect; in ieee_new_section_hook()
2052 ieee_per_section_type *p = ieee_per_section (section); in ieee_get_section_contents()
2205 bfd_byte *stream = ieee_per_section (s)->data; in do_with_relocs()
2429 bfd_byte *stream = ieee_per_section (s)->data; in do_without_relocs()
3212 ieee_per_section (s)->data = bfd_alloc (abfd, size); in init_for_output()
3213 if (!ieee_per_section (s)->data) in init_for_output()
3247 if (ieee_per_section (section)->data == (bfd_byte *) NULL) in ieee_set_section_contents()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/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)) argument
H A Dieee.c2054 ieee_per_section_type *per = ieee_per_section (s);
2077 current_map = ieee_per_section (s);
2173 ieee_per_section (newsect)->data = (bfd_byte *) NULL;
2174 ieee_per_section (newsect)->section = newsect;
2198 ieee_per_section_type *p = ieee_per_section (section);
2357 bfd_byte *stream = ieee_per_section (s)->data;
2589 bfd_byte *stream = ieee_per_section (s)->data;
3411 ieee_per_section (s)->data = (bfd_byte *) (bfd_alloc (abfd, size));
3412 if (!ieee_per_section (s)->data)
3447 if (ieee_per_section (section)->data == (bfd_byte *) NULL)
[all …]
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/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)) argument
H A Dieee.c2060 ieee_per_section_type *per = ieee_per_section (s);
2083 current_map = ieee_per_section (s);
2179 ieee_per_section (newsect)->data = (bfd_byte *) NULL;
2180 ieee_per_section (newsect)->section = newsect;
2204 ieee_per_section_type *p = ieee_per_section (section);
2368 bfd_byte *stream = ieee_per_section (s)->data;
2604 bfd_byte *stream = ieee_per_section (s)->data;
3426 ieee_per_section (s)->data = (bfd_byte *) (bfd_alloc (abfd, size));
3427 if (!ieee_per_section (s)->data)
3462 if (ieee_per_section (section)->data == (bfd_byte *) NULL)
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/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)) argument
H A 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()
2020 ieee_per_section (newsect)->data = NULL; in ieee_new_section_hook()
2021 ieee_per_section (newsect)->section = newsect; in ieee_new_section_hook()
2042 ieee_per_section_type *p = ieee_per_section (section); in ieee_get_section_contents()
2195 bfd_byte *stream = ieee_per_section (s)->data; in do_with_relocs()
2419 bfd_byte *stream = ieee_per_section (s)->data; in do_without_relocs()
3201 ieee_per_section (s)->data = bfd_alloc (abfd, size); in init_for_output()
3202 if (!ieee_per_section (s)->data) in init_for_output()
3236 if (ieee_per_section (section)->data == (bfd_byte *) NULL) in ieee_set_section_contents()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/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)) argument
H A Dieee.c1766 ieee_per_section_type *per = ieee_per_section (s); in ieee_slurp_section_data()
1792 current_map = ieee_per_section (s); in ieee_slurp_section_data()
2149 ieee_per_section (newsect)->data = NULL; in ieee_new_section_hook()
2150 ieee_per_section (newsect)->section = newsect; in ieee_new_section_hook()
2171 ieee_per_section_type *p = ieee_per_section (section); in ieee_get_section_contents()
2324 bfd_byte *stream = ieee_per_section (s)->data; in do_with_relocs()
2548 bfd_byte *stream = ieee_per_section (s)->data; in do_without_relocs()
3345 ieee_per_section (s)->data = bfd_alloc (abfd, size); in init_for_output()
3346 if (!ieee_per_section (s)->data) in init_for_output()
3380 if (ieee_per_section (section)->data == (bfd_byte *) NULL) in ieee_set_section_contents()
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A DChangeLog-02034637 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.

12