Home
last modified time | relevance | path

Searched refs:asect (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dnetbsd-core.c67 asection *asect, *asect2; local
137 if (asect == NULL)
140 asect->flags = flags;
142 asect->vma = coreseg.c_addr;
143 asect->filepos = offset;
144 asect->alignment_power = 2;
155 if (asect == NULL)
159 asect->_raw_size = 4;
160 asect->vma = 0;
162 asect->alignment_power = 2;
[all …]
H A Dcisco-core.c95 sec_ptr asect; local
245 if (asect == NULL)
250 asect->vma = rambase;
251 asect->filepos = 0;
257 if (asect == NULL)
259 asect->flags = SEC_HAS_CONTENTS;
260 asect->vma = 0;
261 asect->filepos = crashinfo_offset;
268 if (asect == NULL)
270 asect->flags = SEC_HAS_CONTENTS;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dnetbsd-core.c67 asection *asect, *asect2; local
137 if (asect == NULL)
140 asect->flags = flags;
142 asect->vma = coreseg.c_addr;
143 asect->filepos = offset;
144 asect->alignment_power = 2;
155 if (asect == NULL)
159 asect->_raw_size = 4;
160 asect->vma = 0;
162 asect->alignment_power = 2;
[all …]
H A Dcisco-core.c95 sec_ptr asect; local
245 if (asect == NULL)
250 asect->vma = rambase;
251 asect->filepos = 0;
257 if (asect == NULL)
259 asect->flags = SEC_HAS_CONTENTS;
260 asect->vma = 0;
261 asect->filepos = crashinfo_offset;
268 if (asect == NULL)
270 asect->flags = SEC_HAS_CONTENTS;
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->flags = flags; in netbsd_core_file_p()
134 asect->size = coreseg.c_size; in netbsd_core_file_p()
135 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
136 asect->filepos = offset; in netbsd_core_file_p()
137 asect->alignment_power = 2; in netbsd_core_file_p()
159 asect->size = wcookie_offset; in netbsd_core_file_p()
163 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
[all …]
H A Dcisco-core.c95 sec_ptr asect; local
245 if (asect == NULL)
249 asect->size = statbuf.st_size;
250 asect->vma = rambase;
251 asect->filepos = 0;
257 if (asect == NULL)
259 asect->flags = SEC_HAS_CONTENTS;
260 asect->vma = 0;
268 if (asect == NULL)
270 asect->flags = SEC_HAS_CONTENTS;
[all …]
H A Dhpux-core.c118 asection *asect; in make_bfd_asection() local
128 if (!asect) in make_bfd_asection()
131 asect->flags = flags; in make_bfd_asection()
132 asect->size = size; in make_bfd_asection()
133 asect->vma = vma; in make_bfd_asection()
134 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
135 asect->alignment_power = alignment_power; in make_bfd_asection()
137 return asect; in make_bfd_asection()
320 if (asect != NULL) in hpux_core_core_file_p()
323 asect->size, asect->vma, in hpux_core_core_file_p()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dnetbsd-core.c69 asection *asect; local
139 if (asect == NULL)
142 asect->flags = flags;
143 asect->size = coreseg.c_size;
144 asect->vma = coreseg.c_addr;
145 asect->filepos = offset;
146 asect->alignment_power = 2;
157 if (asect == NULL)
161 asect->size = 4;
162 asect->vma = 0;
[all …]
H A Dcisco-core.c95 sec_ptr asect; local
245 if (asect == NULL)
249 asect->size = statbuf.st_size;
250 asect->vma = rambase;
251 asect->filepos = 0;
257 if (asect == NULL)
259 asect->flags = SEC_HAS_CONTENTS;
260 asect->vma = 0;
268 if (asect == NULL)
270 asect->flags = SEC_HAS_CONTENTS;
[all …]
H A Dhpux-core.c126 asection *asect; local
136 if (!asect)
139 asect->flags = flags;
140 asect->size = size;
141 asect->vma = vma;
142 asect->filepos = bfd_tell (abfd);
143 asect->alignment_power = alignment_power;
145 return asect;
329 if (asect != NULL)
332 asect->size, asect->vma,
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
H A Dhpux-core.c119 asection *asect; in make_bfd_asection() local
129 if (!asect) in make_bfd_asection()
132 asect->size = size; in make_bfd_asection()
133 asect->vma = vma; in make_bfd_asection()
134 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
135 asect->alignment_power = alignment_power; in make_bfd_asection()
137 return asect; in make_bfd_asection()
320 if (asect != NULL) in hpux_core_core_file_p()
323 asect->size, asect->vma, in hpux_core_core_file_p()
324 asect->alignment_power); in hpux_core_core_file_p()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
H A Dhpux-core.c107 asection *asect; in make_bfd_asection() local
117 if (!asect) in make_bfd_asection()
120 asect->size = size; in make_bfd_asection()
121 asect->vma = vma; in make_bfd_asection()
122 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
123 asect->alignment_power = alignment_power; in make_bfd_asection()
125 return asect; in make_bfd_asection()
308 if (asect != NULL) in hpux_core_core_file_p()
311 asect->size, asect->vma, in hpux_core_core_file_p()
312 asect->alignment_power); in hpux_core_core_file_p()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
H A Dhpux-core.c107 asection *asect; in make_bfd_asection() local
117 if (!asect) in make_bfd_asection()
120 asect->size = size; in make_bfd_asection()
121 asect->vma = vma; in make_bfd_asection()
122 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
123 asect->alignment_power = alignment_power; in make_bfd_asection()
125 return asect; in make_bfd_asection()
308 if (asect != NULL) in hpux_core_core_file_p()
311 asect->size, asect->vma, in hpux_core_core_file_p()
312 asect->alignment_power); in hpux_core_core_file_p()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
H A Dhpux-core.c119 asection *asect; in make_bfd_asection() local
129 if (!asect) in make_bfd_asection()
132 asect->size = size; in make_bfd_asection()
133 asect->vma = vma; in make_bfd_asection()
134 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
135 asect->alignment_power = alignment_power; in make_bfd_asection()
137 return asect; in make_bfd_asection()
320 if (asect != NULL) in hpux_core_core_file_p()
323 asect->size, asect->vma, in hpux_core_core_file_p()
324 asect->alignment_power); in hpux_core_core_file_p()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dnetbsd-core.c62 asection *asect; in netbsd_core_file_p() local
132 if (asect == NULL) in netbsd_core_file_p()
135 asect->size = coreseg.c_size; in netbsd_core_file_p()
136 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
137 asect->filepos = offset; in netbsd_core_file_p()
138 asect->alignment_power = 2; in netbsd_core_file_p()
160 asect->size = wcookie_offset; in netbsd_core_file_p()
166 if (asect == NULL) in netbsd_core_file_p()
170 asect->vma = 0; in netbsd_core_file_p()
171 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
H A Dhpux-core.c120 asection *asect; in make_bfd_asection() local
130 if (!asect) in make_bfd_asection()
133 asect->size = size; in make_bfd_asection()
134 asect->vma = vma; in make_bfd_asection()
135 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
136 asect->alignment_power = alignment_power; in make_bfd_asection()
138 return asect; in make_bfd_asection()
321 if (asect != NULL) in hpux_core_core_file_p()
324 asect->size, asect->vma, in hpux_core_core_file_p()
325 asect->alignment_power); in hpux_core_core_file_p()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
H A Dhpux-core.c107 asection *asect; in make_bfd_asection() local
117 if (!asect) in make_bfd_asection()
120 asect->size = size; in make_bfd_asection()
121 asect->vma = vma; in make_bfd_asection()
122 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
123 asect->alignment_power = alignment_power; in make_bfd_asection()
125 return asect; in make_bfd_asection()
308 if (asect != NULL) in hpux_core_core_file_p()
311 asect->size, asect->vma, in hpux_core_core_file_p()
312 asect->alignment_power); in hpux_core_core_file_p()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dnetbsd-core.c62 asection *asect; in netbsd_core_file_p() local
132 if (asect == NULL) in netbsd_core_file_p()
135 asect->size = coreseg.c_size; in netbsd_core_file_p()
136 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
137 asect->filepos = offset; in netbsd_core_file_p()
138 asect->alignment_power = 2; in netbsd_core_file_p()
160 asect->size = wcookie_offset; in netbsd_core_file_p()
166 if (asect == NULL) in netbsd_core_file_p()
170 asect->vma = 0; in netbsd_core_file_p()
171 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dnetbsd-core.c60 asection *asect; in netbsd_core_file_p() local
130 if (asect == NULL) in netbsd_core_file_p()
133 asect->size = coreseg.c_size; in netbsd_core_file_p()
134 asect->vma = coreseg.c_addr; in netbsd_core_file_p()
135 asect->filepos = offset; in netbsd_core_file_p()
136 asect->alignment_power = 2; in netbsd_core_file_p()
158 asect->size = wcookie_offset; in netbsd_core_file_p()
164 if (asect == NULL) in netbsd_core_file_p()
168 asect->vma = 0; in netbsd_core_file_p()
169 asect->filepos = offset + wcookie_offset; in netbsd_core_file_p()
[all …]

12345678910>>...23