Home
last modified time | relevance | path

Searched refs:secptr (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Dsubsegs.c166 segT secptr; in subseg_get() local
176 secptr = bfd_make_section_old_way (stdoutput, segname); in subseg_get()
178 secptr = bfd_make_section_anyway (stdoutput, segname); in subseg_get()
180 if (!seg_info (secptr)) in subseg_get()
182 secptr->output_section = secptr; in subseg_get()
183 alloc_seginfo (secptr); in subseg_get()
185 return secptr; in subseg_get()
191 segT secptr; in subseg_new() local
193 secptr = subseg_get (segname, 0); in subseg_new()
194 subseg_set_rest (secptr, subseg); in subseg_new()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoff-pe-read.c314 unsigned long export_rva, export_size, nsections, secptr, expptr; in read_pe_exported_syms() local
388 secptr = (pe_header_offset + 4 + 20 + in read_pe_exported_syms()
399 unsigned long secptr1 = secptr + 40 * i; in read_pe_exported_syms()
447 unsigned long secptr1 = secptr + 40 * i; in read_pe_exported_syms()
629 unsigned long nsections, secptr; in pe_text_section_offset() local
662 secptr = (pe_header_offset + 4 + 20 + in pe_text_section_offset()
671 unsigned long secptr1 = secptr + 40 * i; in pe_text_section_offset()
/netbsd/src/sys/arch/emips/ebus/
Dflash_ebus.c958 static int IsSectorLocked(struct eflash_softc *sc, uint8_t *secptr) in IsSectorLocked() argument
965 sc->sc_ops->read_uint8(sc,secptr+(0x0002*2*sc->sc_chips),&Data); in IsSectorLocked()
966 sc->sc_ops->read_uint8(sc,secptr+(0x0003*2*sc->sc_chips),&Data1); in IsSectorLocked()
975 static void SectorUnLock(struct eflash_softc *sc, uint8_t *secptr) in SectorUnLock() argument
981 device_xname(sc->sc_dev), sc->sc_sector_offset, secptr)); in SectorUnLock()
984 sc->sc_ops->write_uint8(sc,secptr,CMD_UNLOCK); in SectorUnLock()
992 sc->sc_ops->read_uint8(sc,secptr,&Status); in SectorUnLock()
1015 static int SectorErase(struct eflash_softc *sc, void *secptr) in SectorErase() argument
1021 device_xname(sc->sc_dev), sc->sc_sector_offset, secptr)); in SectorErase()
1026 IsSectorLocked(sc,secptr)) in SectorErase()
[all …]
/netbsd/src/external/gpl3/binutils/dist/ld/
Dpe-dll.c3454 bfd_vma export_rva, export_size, nsections, secptr, expptr; in pe_implied_import_dll() local
3523 secptr = (pe_header_offset + 4 + 20 + in pe_implied_import_dll()
3533 bfd_vma secptr1 = secptr + 40 * i; in pe_implied_import_dll()
3556 bfd_vma secptr1 = secptr + 40 * i; in pe_implied_import_dll()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-nios2.c2148 asection **secptr, **linkptr; in nios2_add_stub() local
2155 secptr = &(htab->stub_group[section->id].first_stub_sec); in nios2_add_stub()
2162 secptr = &(htab->stub_group[section->id].last_stub_sec); in nios2_add_stub()
2166 stub_sec = *secptr; in nios2_add_stub()
2190 *secptr = stub_sec; in nios2_add_stub()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-nios2.c2150 asection **secptr, **linkptr; in nios2_add_stub() local
2157 secptr = &(htab->stub_group[section->id].first_stub_sec); in nios2_add_stub()
2164 secptr = &(htab->stub_group[section->id].last_stub_sec); in nios2_add_stub()
2168 stub_sec = *secptr; in nios2_add_stub()
2192 *secptr = stub_sec; in nios2_add_stub()