Home
last modified time | relevance | path

Searched refs:SEGMENT (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/msdos/
Dpkt_rx0.asm22 _TEXT SEGMENT PUBLIC DWORD USE16 'CODE'
24 _DATA SEGMENT PUBLIC DWORD USE16 'CODE'
26 D_SEG EQU <_TEXT SEGMENT>
32 _TEXT SEGMENT PUBLIC DWORD 'CODE'
34 _DATA SEGMENT PUBLIC DWORD 'DATA'
36 D_SEG EQU <_DATA SEGMENT>
71 _TEXT SEGMENT
/netbsd/src/regress/sys/fs/lfs/ckckp/
Dcheck-all78 last if m/SEGMENT/;
93 m/SEGMENT/;
115 if (m/SEGMENT *([0-9]*)/) {
361 last if m/SEGMENT/;
372 last if m/Segment Summary/ || m/SEGMENT/;
/netbsd/src/lib/libc/db/hash/
Dhash.c67 static void *hash_realloc(SEGMENT **, size_t, size_t);
845 dirsize = hashp->DSIZE * sizeof(SEGMENT *); in __expand_table()
853 calloc((size_t)hashp->SGSIZE, sizeof(SEGMENT))) == NULL) in __expand_table()
883 hash_realloc(SEGMENT **p_ptr, size_t oldsize, size_t newsize) in hash_realloc()
917 SEGMENT store; in alloc_segs()
921 hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *)); in alloc_segs()
932 store = calloc((size_t)(nsegs << hashp->SSHIFT), sizeof(SEGMENT)); in alloc_segs()
Dhash.h64 typedef BUFHEAD **SEGMENT; typedef
119 SEGMENT *dir; /* Hash Bucket directory */
Dhash_buf.c114 SEGMENT segp = NULL; /* pacify gcc */ in __get_buf()
163 SEGMENT segp; in newbuf()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-moxie.h39 #define md_section_align(SEGMENT, SIZE) (SIZE) argument
Dtc-pj.h38 #define md_section_align(SEGMENT, SIZE) (SIZE) argument
Dtc-ft32.h43 #define md_section_align(SEGMENT, SIZE) (SIZE) argument
/netbsd/src/external/gpl3/binutils/dist/ld/
Dld.info6144 ‘SEGMENT_START(SEGMENT, DEFAULT)’
6145 Return the base address of the named SEGMENT. If an explicit value
9602 * SEGMENT_START(SEGMENT, DEFAULT): Builtin Functions. (line 170)
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/
DUnicodeData.txt5905 2313;SEGMENT;So;0;ON;;;;;N;;;;;
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/
DUnicodeData.txt6245 2313;SEGMENT;So;0;ON;;;;;N;;;;;
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git17219 gas: S_GET_{NAME,SEGMENT}() don't alter their input symbol