Searched refs:asect (Results 1 - 25 of 292) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dhpux-core.c119 asection *asect; local
128 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags);
129 if (!asect)
132 asect->size = size;
133 asect->vma = vma;
134 asect->filepos = bfd_tell (abfd);
135 asect->alignment_power = alignment_power;
137 return asect;
317 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); local
320 if (asect !
[all...]
H A Dnetbsd-core.c60 asection *asect; local
129 asect = bfd_make_section_anyway_with_flags (abfd, sname, flags);
130 if (asect == NULL)
133 asect->size = coreseg.c_size;
134 asect->vma = coreseg.c_addr;
135 asect->filepos = offset;
136 asect->alignment_power = 2;
158 asect->size = wcookie_offset;
162 asect = bfd_make_section_anyway_with_flags (abfd, ".wcookie",
164 if (asect
[all...]
H A Dcisco-core.c95 sec_ptr asect;
246 asect = bfd_make_section_anyway_with_flags (abfd, ".data", flags);
247 if (asect == NULL)
250 asect->size = statbuf.st_size;
251 asect->vma = rambase;
252 asect->filepos = 0;
258 asect = bfd_make_section_anyway_with_flags (abfd, ".crash", flags);
259 if (asect == NULL)
261 asect->vma = 0;
262 asect
93 sec_ptr asect; local
[all...]
H A Dlynx-core.c67 asection *asect; local
76 asect = bfd_make_section_with_flags (abfd, newname, flags);
77 if (!asect)
80 asect->size = size;
81 asect->vma = vma;
82 asect->filepos = filepos;
83 asect->alignment_power = 2;
85 return asect;
H A Dosf-core.c59 asection *asect; local
61 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
62 if (!asect)
65 asect->size = size;
66 asect->vma = vma;
67 asect->filepos = filepos;
68 asect->alignment_power = 8;
70 return asect;
H A Dsco5-core.c57 asection *asect; local
59 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
60 if (!asect)
62 asect->size = size;
63 asect->vma = vma;
64 asect->filepos = filepos;
65 asect->alignment_power = 2;
67 return asect;
H A Dirix-core.c155 asection *asect; local
157 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
158 if (!asect)
161 asect->size = size;
162 asect->vma = vma;
163 asect->filepos = filepos;
164 asect->alignment_power = 4;
166 return asect;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dhpux-core.c107 asection *asect; local
116 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags);
117 if (!asect)
120 asect->size = size;
121 asect->vma = vma;
122 asect->filepos = bfd_tell (abfd);
123 asect->alignment_power = alignment_power;
125 return asect;
305 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); local
308 if (asect !
[all...]
H A Dnetbsd-core.c60 asection *asect; local
129 asect = bfd_make_section_anyway_with_flags (abfd, sname, flags);
130 if (asect == NULL)
133 asect->size = coreseg.c_size;
134 asect->vma = coreseg.c_addr;
135 asect->filepos = offset;
136 asect->alignment_power = 2;
158 asect->size = wcookie_offset;
162 asect = bfd_make_section_anyway_with_flags (abfd, ".wcookie",
164 if (asect
[all...]
H A Dcisco-core.c95 sec_ptr asect;
246 asect = bfd_make_section_anyway_with_flags (abfd, ".data", flags);
247 if (asect == NULL)
250 asect->size = statbuf.st_size;
251 asect->vma = rambase;
252 asect->filepos = 0;
258 asect = bfd_make_section_anyway_with_flags (abfd, ".crash", flags);
259 if (asect == NULL)
261 asect->vma = 0;
262 asect
93 sec_ptr asect; local
[all...]
H A Dosf-core.c59 asection *asect; local
61 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
62 if (!asect)
65 asect->size = size;
66 asect->vma = vma;
67 asect->filepos = filepos;
68 asect->alignment_power = 8;
70 return asect;
H A Dlynx-core.c67 asection *asect; local
76 asect = bfd_make_section_with_flags (abfd, newname, flags);
77 if (!asect)
80 asect->size = size;
81 asect->vma = vma;
82 asect->filepos = filepos;
83 asect->alignment_power = 2;
85 return asect;
H A Dsco5-core.c57 asection *asect; local
59 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
60 if (!asect)
62 asect->size = size;
63 asect->vma = vma;
64 asect->filepos = filepos;
65 asect->alignment_power = 2;
67 return asect;
H A Dirix-core.c155 asection *asect; local
157 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
158 if (!asect)
161 asect->size = size;
162 asect->vma = vma;
163 asect->filepos = filepos;
164 asect->alignment_power = 4;
166 return asect;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dhpux-core.c119 asection *asect; local
128 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags);
129 if (!asect)
132 asect->size = size;
133 asect->vma = vma;
134 asect->filepos = bfd_tell (abfd);
135 asect->alignment_power = alignment_power;
137 return asect;
317 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); local
320 if (asect !
[all...]
H A Dnetbsd-core.c60 asection *asect; local
129 asect = bfd_make_section_anyway_with_flags (abfd, sname, flags);
130 if (asect == NULL)
133 asect->size = coreseg.c_size;
134 asect->vma = coreseg.c_addr;
135 asect->filepos = offset;
136 asect->alignment_power = 2;
158 asect->size = wcookie_offset;
162 asect = bfd_make_section_anyway_with_flags (abfd, ".wcookie",
164 if (asect
[all...]
H A Dcisco-core.c95 sec_ptr asect;
246 asect = bfd_make_section_anyway_with_flags (abfd, ".data", flags);
247 if (asect == NULL)
250 asect->size = statbuf.st_size;
251 asect->vma = rambase;
252 asect->filepos = 0;
258 asect = bfd_make_section_anyway_with_flags (abfd, ".crash", flags);
259 if (asect == NULL)
261 asect->vma = 0;
262 asect
93 sec_ptr asect; local
[all...]
H A Dlynx-core.c67 asection *asect; local
76 asect = bfd_make_section_with_flags (abfd, newname, flags);
77 if (!asect)
80 asect->size = size;
81 asect->vma = vma;
82 asect->filepos = filepos;
83 asect->alignment_power = 2;
85 return asect;
H A Dosf-core.c59 asection *asect; local
61 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
62 if (!asect)
65 asect->size = size;
66 asect->vma = vma;
67 asect->filepos = filepos;
68 asect->alignment_power = 8;
70 return asect;
H A Dirix-core.c155 asection *asect; local
157 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
158 if (!asect)
161 asect->size = size;
162 asect->vma = vma;
163 asect->filepos = filepos;
164 asect->alignment_power = 4;
166 return asect;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dhpux-core.c107 asection *asect; local
116 asect = bfd_make_section_anyway_with_flags (abfd, newname, flags);
117 if (!asect)
120 asect->size = size;
121 asect->vma = vma;
122 asect->filepos = bfd_tell (abfd);
123 asect->alignment_power = alignment_power;
125 return asect;
305 asection *asect = bfd_sections_find_if (abfd, thread_section_p, NULL); local
308 if (asect !
[all...]
H A Dnetbsd-core.c60 asection *asect; local
129 asect = bfd_make_section_anyway_with_flags (abfd, sname, flags);
130 if (asect == NULL)
133 asect->size = coreseg.c_size;
134 asect->vma = coreseg.c_addr;
135 asect->filepos = offset;
136 asect->alignment_power = 2;
158 asect->size = wcookie_offset;
162 asect = bfd_make_section_anyway_with_flags (abfd, ".wcookie",
164 if (asect
[all...]
H A Dcisco-core.c95 sec_ptr asect;
246 asect = bfd_make_section_anyway_with_flags (abfd, ".data", flags);
247 if (asect == NULL)
250 asect->size = statbuf.st_size;
251 asect->vma = rambase;
252 asect->filepos = 0;
258 asect = bfd_make_section_anyway_with_flags (abfd, ".crash", flags);
259 if (asect == NULL)
261 asect->vma = 0;
262 asect
93 sec_ptr asect; local
[all...]
H A Dlynx-core.c67 asection *asect; local
76 asect = bfd_make_section_with_flags (abfd, newname, flags);
77 if (!asect)
80 asect->size = size;
81 asect->vma = vma;
82 asect->filepos = filepos;
83 asect->alignment_power = 2;
85 return asect;
H A Dosf-core.c59 asection *asect; local
61 asect = bfd_make_section_anyway_with_flags (abfd, name, flags);
62 if (!asect)
65 asect->size = size;
66 asect->vma = vma;
67 asect->filepos = filepos;
68 asect->alignment_power = 8;
70 return asect;

Completed in 180 milliseconds

1234567891011>>