Searched refs:secptr (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.c150 segT secptr;
161 secptr = bfd_make_section_old_way (stdoutput, segname);
163 secptr = bfd_make_section_anyway (stdoutput, segname);
165 seginfo = seg_info (secptr);
168 secptr->output_section = secptr;
170 seginfo->bfd_section = secptr;
171 bfd_set_section_userdata (secptr, seginfo);
173 return secptr;
179 segT secptr;
147 segT secptr; local
176 segT secptr; local
188 segT secptr; local
196 subseg_set(segT secptr, subsegT subseg) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsubsegs.c150 segT secptr;
161 secptr = bfd_make_section_old_way (stdoutput, segname);
163 secptr = bfd_make_section_anyway (stdoutput, segname);
165 seginfo = seg_info (secptr);
168 secptr->output_section = secptr;
170 seginfo->bfd_section = secptr;
171 bfd_set_section_userdata (secptr, seginfo);
173 return secptr;
179 segT secptr;
147 segT secptr; local
176 segT secptr; local
188 segT secptr; local
196 subseg_set(segT secptr, subsegT subseg) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsubsegs.c169 segT secptr;
179 secptr = bfd_make_section_old_way (stdoutput, segname);
181 secptr = bfd_make_section_anyway (stdoutput, segname);
183 if (!seg_info (secptr))
185 secptr->output_section = secptr;
186 alloc_seginfo (secptr);
188 return secptr;
194 segT secptr;
196 secptr
166 segT secptr; local
191 segT secptr; local
203 segT secptr; local
211 subseg_set(segT secptr, subsegT subseg) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcoff-pe-read.c311 unsigned long export_rva, export_size, nsections, secptr, expptr;
374 secptr = (pe_header_offset + 4 + 20 +
383 unsigned long secptr1 = secptr + 40 * i;
429 unsigned long secptr1 = secptr + 40 * i;
608 unsigned long nsections, secptr;
638 secptr = (pe_header_offset + 4 + 20 +
645 unsigned long secptr1 = secptr + 40 * i;
307 unsigned long export_rva, export_size, nsections, secptr, expptr; local
604 unsigned long nsections, secptr; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcoff-pe-read.c345 unsigned long export_rva, export_size, nsections, secptr, expptr;
412 secptr = (pe_header_offset + 4 + 20 +
421 unsigned long secptr1 = secptr + 40 * i;
467 unsigned long secptr1 = secptr + 40 * i;
639 unsigned long nsections, secptr;
667 secptr = (pe_header_offset + 4 + 20 +
674 unsigned long secptr1 = secptr + 40 * i;
341 unsigned long export_rva, export_size, nsections, secptr, expptr; local
635 unsigned long nsections, secptr; local
/netbsd-current/sys/arch/emips/ebus/
H A Dflash_ebus.c958 static int IsSectorLocked(struct eflash_softc *sc, uint8_t *secptr) argument
965 sc->sc_ops->read_uint8(sc,secptr+(0x0002*2*sc->sc_chips),&Data);
966 sc->sc_ops->read_uint8(sc,secptr+(0x0003*2*sc->sc_chips),&Data1);
975 static void SectorUnLock(struct eflash_softc *sc, uint8_t *secptr) argument
981 device_xname(sc->sc_dev), sc->sc_sector_offset, secptr));
984 sc->sc_ops->write_uint8(sc,secptr,CMD_UNLOCK);
992 sc->sc_ops->read_uint8(sc,secptr,&Status);
1015 static int SectorErase(struct eflash_softc *sc, void *secptr) argument
1021 device_xname(sc->sc_dev), sc->sc_sector_offset, secptr));
1026 IsSectorLocked(sc,secptr))
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nios2.c2157 asection **secptr, **linkptr; local
2164 secptr = &(htab->stub_group[section->id].first_stub_sec);
2171 secptr = &(htab->stub_group[section->id].last_stub_sec);
2175 stub_sec = *secptr;
2199 *secptr = stub_sec;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nios2.c2150 asection **secptr, **linkptr; local
2157 secptr = &(htab->stub_group[section->id].first_stub_sec);
2164 secptr = &(htab->stub_group[section->id].last_stub_sec);
2168 stub_sec = *secptr;
2192 *secptr = stub_sec;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nios2.c2150 asection **secptr, **linkptr; local
2157 secptr = &(htab->stub_group[section->id].first_stub_sec);
2164 secptr = &(htab->stub_group[section->id].last_stub_sec);
2168 stub_sec = *secptr;
2192 *secptr = stub_sec;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nios2.c2150 asection **secptr, **linkptr; local
2157 secptr = &(htab->stub_group[section->id].first_stub_sec);
2164 secptr = &(htab->stub_group[section->id].last_stub_sec);
2168 stub_sec = *secptr;
2192 *secptr = stub_sec;

Completed in 167 milliseconds