Searched refs:ldata (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/conf/ |
| D | ldscript.amd64 | 43 .rel.ldata : { *(.rel.ldata .rel.ldata.* .rel.gnu.linkonce.l.*) } 44 .rela.ldata : { *(.rela.ldata .rela.ldata.* .rela.gnu.linkonce.l.*) } 175 .ldata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) : 177 *(.ldata .ldata.* .gnu.linkonce.l.*)
|
| /freebsd-10-stable/contrib/binutils/ld/scripttempl/ |
| D | elf.sc | 84 # .ldata .gnu.linkonce.l.foo 176 .rel.ldata ${RELOCATING-0} : { *(.rel.ldata${RELOCATING+ .rel.ldata.* .rel.gnu.linkonce.l.*}) } 177 ….rela.ldata ${RELOCATING-0} : { *(.rela.ldata${RELOCATING+ .rela.ldata.* .rela.gnu.linkonce.l.*}… 195 .ldata ${RELOCATING-0} ${RELOCATING+ALIGN(${MAXPAGESIZE}) + (. & (${MAXPAGESIZE} - 1))} : 197 *(.ldata${RELOCATING+ .ldata.* .gnu.linkonce.l.*})
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_aggregate.c | 784 char *ldata, *rdata; local 805 ldata = lh->dtahe_data.dtada_data + lrec->dtrd_offset; 817 lval = *((uint64_t *)ldata); 824 lval = *((uint32_t *)ldata); 831 lval = *((uint16_t *)ldata); 837 lval = *((uint8_t *)ldata); 848 lval = ((uint64_t *)ldata)[j]; 863 lval = ((uint8_t *)ldata)[j]; 894 caddr_t ldata = lh->dtahe_data.dtada_data; local 907 laddr = (int64_t *)(uintptr_t)(ldata + lrec->dtrd_offset);
|
| /freebsd-10-stable/usr.sbin/ypserv/ |
| D | yp_dblookup.c | 572 static DBT ldata = { NULL, 0 }; in yp_next_record() local 600 (dbp->seq)(dbp,&lkey,&ldata,R_FIRST); in yp_next_record() 604 if ((dbp->seq)(dbp,&lkey,&ldata,R_NEXT)) { in yp_next_record()
|
| /freebsd-10-stable/contrib/unbound/libunbound/ |
| D | libunbound.c | 1017 char buf[1024], ldata[1024]; in ub_ctx_hosts() local 1093 snprintf(ldata, sizeof(ldata), "%s %s %s", in ub_ctx_hosts() 1095 ins = strdup(ldata); in ub_ctx_hosts()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/ |
| D | h_db.c | 254 goto ldata; in main() 259 ldata: switch (command) { in main()
|
| /freebsd-10-stable/lib/libc/db/test/ |
| D | dbtest.c | 240 goto ldata; 246 ldata: switch (command) {
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | i386.opt | 92 Data greater than given threshold will go into .ldata section in x86-64 medium model
|