Home
last modified time | relevance | path

Searched refs:ldata (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
Delf32xc16xl.sc15 ldata : o =0x4000 ,l = 0x0200
51 .ldata :
53 *(.ldata)
54 } ${RELOCATING+ > ldata}
Delf32xc16x.sc16 ldata : o =0x4000 ,l = 0x0200
49 .ldata :
51 *(.ldata)
52 } ${RELOCATING+ > ldata}
Delf32xc16xs.sc15 ldata : o =0x4000 ,l = 0x0200
51 .ldata :
53 *(.ldata)
54 } ${RELOCATING+ > ldata}
Delf_obsd.sc82 # .ldata .gnu.linkonce.l.foo
172 .rel.ldata ${RELOCATING-0} : { *(.rel.ldata${RELOCATING+ .rel.ldata.* .rel.gnu.linkonce.l.*}) }
173 ….rela.ldata ${RELOCATING-0} : { *(.rela.ldata${RELOCATING+ .rela.ldata.* .rela.gnu.linkonce.l.*}…
189 .ldata ${RELOCATING-0} ${RELOCATING+ALIGN(${MAXPAGESIZE}) + (. & (${MAXPAGESIZE} - 1))} :
191 *(.ldata${RELOCATING+ .ldata.* .gnu.linkonce.l.*})
Delf.sc82 # .ldata .gnu.linkonce.l.foo
172 .rel.ldata ${RELOCATING-0} : { *(.rel.ldata${RELOCATING+ .rel.ldata.* .rel.gnu.linkonce.l.*}) }
173 ….rela.ldata ${RELOCATING-0} : { *(.rela.ldata${RELOCATING+ .rela.ldata.* .rela.gnu.linkonce.l.*}…
189 .ldata ${RELOCATING-0} ${RELOCATING+ALIGN(${MAXPAGESIZE}) + (. & (${MAXPAGESIZE} - 1))} :
191 *(.ldata${RELOCATING+ .ldata.* .gnu.linkonce.l.*})
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D931013-1.c5 long ldata[2]; in f() local
8 seed = (ldata[0]) + (ldata[1] << 16); in f()
/openbsd/src/sys/dev/i2c/
Dasc7621.c206 u_int8_t hdata, ldata, hreg, lreg; in adl_refresh() local
221 sc->sc_addr, &lreg, sizeof lreg, &ldata, sizeof ldata, 0)) { in adl_refresh()
235 temp = ((hdata << 8 | ldata)) >> (16 - 10); in adl_refresh()
240 volt = ((hdata << 8 | ldata)) >> (16 - 10); in adl_refresh()
248 fan = hdata + (ldata << 8); in adl_refresh()
/openbsd/src/usr.bin/cvs/
Dremote.c89 char *data, *ldata; in cvs_remote_input() local
111 ldata = xstrdup(data); in cvs_remote_input()
113 ldata = xmalloc(len + 1); in cvs_remote_input()
114 memcpy(ldata, data, len); in cvs_remote_input()
115 ldata[len] = '\0'; in cvs_remote_input()
125 return (ldata); in cvs_remote_input()
/openbsd/src/usr.sbin/npppd/npppd/
Dppp.c963 u_char *datap, int ldata) argument
995 if (MRU_PKTLEN(_this->mru, proto) < ldata) {
997 ldata , _this->mru));
1005 outlen = ldata + HEADERLEN;
1011 outlen = ldata;
1014 if (outp != datap && ldata > 0)
1015 memmove(outp, datap, ldata);
Dppp.h615 int ldata; member
639 (((dpi)->last_sent_lcp.ldata > 0)? 1 : 0)
Dlcp.c1143 dpi->last_sent_lcp.ldata) != 0) { in lcp_dialin_proxy()
1149 dpi->last_recv_lcp.ldata) != 0) { in lcp_dialin_proxy()
/openbsd/src/usr.sbin/unbound/libunbound/
Dlibunbound.c1232 char buf[1024], ldata[2048]; in ub_ctx_hosts() local
1308 snprintf(ldata, sizeof(ldata), "%s %s %s", in ub_ctx_hosts()
1310 ins = strdup(ldata); in ub_ctx_hosts()
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dlibunbound.c1232 char buf[1024], ldata[2048]; in ub_ctx_hosts() local
1308 snprintf(ldata, sizeof(ldata), "%s %s %s", in ub_ctx_hosts()
1310 ins = strdup(ldata); in ub_ctx_hosts()
/openbsd/src/regress/lib/libc/db/
Ddbtest.c235 goto ldata; in main()
241 ldata: switch (command) { in main()
/openbsd/src/usr.sbin/npppd/l2tp/
Dl2tp_call.c540 dpi->last_sent_lcp.ldata = avp_attr_length(avp); in l2tp_call_recv_ICCN()
546 dpi->last_recv_lcp.ldata = avp_attr_length(avp); in l2tp_call_recv_ICCN()
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.opt92 Data greater than given threshold will go into .ldata section in x86-64 medium model