| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | status.c | 246 Entnode *edata; local 248 edata = vers->entdata; 249 if (edata->tag) 254 cvs_output (edata->tag, 0); 259 if (isdigit ((unsigned char) edata->tag[0])) 262 cvs_output (edata->tag, 0); 269 if (RCS_nodeisbranch (finfo->rcs, edata->tag)) 270 branch = RCS_whatbranch(finfo->rcs, edata->tag); 273 cvs_output (edata->tag, 0); 288 if (edata->date) [all …]
|
| /openbsd/src/sys/arch/hppa/stand/boot/ |
| D | srt0.S | 78 ldil L%edata,%r3 79 ldo R%edata(%r3),%r3 ; Get address of edata. 111 ldil L%edata,%r21 ; Set r21 to address of edata 112 ldo R%edata(%r21),%r21
|
| /openbsd/src/sys/arch/i386/stand/boot/ |
| D | srt0.S | 35 .globl edata 84 subl $edata,%ecx 85 movl $edata, %edi
|
| /openbsd/src/sys/arch/amd64/stand/boot/ |
| D | srt0.S | 35 .globl edata 84 subl $edata,%ecx 85 movl $edata, %edi
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| D | elfd30v.sc | 73 .rel.edata ${RELOCATING-0} : { *(.rel.edata) } 74 .rela.edata ${RELOCATING-0} : { *(.rela.edata) } 150 .edata ${RELOCATING-0} : { *(.edata) } ${RELOCATING+ > emem}
|
| D | epocpe.sc | 96 .edata ${RELOCATING+BLOCK(__section_alignment__)} : 98 *(.edata)
|
| D | dlx.sc | 21 ${RELOCATING+edata = .;}
|
| D | mipsbsd.sc | 21 ${RELOCATING+edata = .;}
|
| D | ppcpe.sc | 53 .edata: The exported names table. 74 .edata BLOCK(__section_alignment__) : 76 *(.edata);
|
| D | mcorepe.sc | 103 .edata ${RELOCATING+BLOCK(__section_alignment__)} : 105 *(.edata)
|
| D | i386msdos.sc | 23 ${RELOCATING+edata = .;}
|
| /openbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | elfd30v.sc | 73 .rel.edata ${RELOCATING-0} : { *(.rel.edata) } 74 .rela.edata ${RELOCATING-0} : { *(.rela.edata) } 150 .edata ${RELOCATING-0} : { *(.edata) } ${RELOCATING+ > emem}
|
| D | epocpe.sc | 96 .edata ${RELOCATING+BLOCK(__section_alignment__)} : 98 *(.edata)
|
| D | mipsbsd.sc | 21 ${RELOCATING+edata = .;}
|
| D | dlx.sc | 21 ${RELOCATING+edata = .;}
|
| D | ppcpe.sc | 53 .edata: The exported names table. 74 .edata BLOCK(__section_alignment__) : 76 *(.edata);
|
| D | pe.sc | 112 .edata ${RELOCATING+BLOCK(__section_alignment__)} : 114 *(.edata)
|
| D | mcorepe.sc | 103 .edata ${RELOCATING+BLOCK(__section_alignment__)} : 105 *(.edata)
|
| D | i386msdos.sc | 23 ${RELOCATING+edata = .;}
|
| /openbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | srt0.S | 35 .globl edata 163 subl $edata, %ecx 164 movl $edata, %edi
|
| /openbsd/src/sys/arch/amd64/stand/pxeboot/ |
| D | srt0.S | 35 .globl edata 163 subl $edata, %ecx 164 movl $edata, %edi
|
| /openbsd/src/sys/arch/i386/stand/cdboot/ |
| D | srt0.S | 35 .globl edata 162 subl $edata, %ecx 163 movl $edata, %edi
|
| /openbsd/src/sys/arch/amd64/stand/cdboot/ |
| D | srt0.S | 35 .globl edata 162 subl $edata, %ecx 163 movl $edata, %edi
|
| /openbsd/src/sys/arch/luna88k/stand/boot/ |
| D | locore.S | 83 or.u %r2, %r0, %hi16(edata) 84 or %r2, %r2, %lo16(edata)
|
| /openbsd/src/sys/dev/isa/ |
| D | if_ie.c | 1532 int ectrl, edata; in ee16_read_eeprom() local 1541 edata = ee16_eeprom_inbits(sc); in ee16_read_eeprom() 1547 return edata; in ee16_read_eeprom() 1551 ee16_eeprom_outbits(struct ie_softc *sc, int edata, int count) in ee16_eeprom_outbits() argument 1559 if (edata & (1 << i)) { in ee16_eeprom_outbits() 1575 int ectrl, edata, i; in ee16_eeprom_inbits() local 1579 for (edata = 0, i = 0; i < 16; i++) { in ee16_eeprom_inbits() 1580 edata = edata << 1; in ee16_eeprom_inbits() 1584 edata |= 1; in ee16_eeprom_inbits() 1588 return (edata); in ee16_eeprom_inbits()
|