代码搜索:segment

找到约 10,000 项符合「segment」的源代码

代码结果 10,000
www.eeworm.com/read/446305/1713619

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H static inline unsigned char get_user_byte(const char * addr) { register unsigned char _v; __asm__ ("movb %%fs:%1,%0":"=q" (_v):"m" (*addr));
www.eeworm.com/read/443386/1743966

c segment.c

/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $ * segment.c: Prom routine to map segments in other contexts before * a standalone is completely mapped. This is for sun4 and *
www.eeworm.com/read/440906/1783803

java segment.java

/* Segment.java -- Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms
www.eeworm.com/read/439725/1804949

h segment.h

extern inline unsigned char get_fs_byte(const char * addr) { unsigned register char _v; __asm__ ("movb %%fs:%1,%0":"=r" (_v):"m" (*addr)); return _v; } extern inline unsigned short get_fs_word(co
www.eeworm.com/read/439082/1814114

c segment.c

/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $ * segment.c: Prom routine to map segments in other contexts before * a standalone is completely mapped. This is for sun4 and *
www.eeworm.com/read/439082/1814810

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #endif
www.eeworm.com/read/439082/1814931

h segment.h

#ifndef __SPARC_SEGMENT_H #define __SPARC_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif
www.eeworm.com/read/439082/1815106

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* _ASM_SEGMENT_H */
www.eeworm.com/read/439082/1815268

h segment.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif /* _ASM_SEGMENT_H */
www.eeworm.com/read/439082/1815406

h segment.h

#ifndef __SPARC64_SEGMENT_H #define __SPARC64_SEGMENT_H /* Only here because we have some old header files that expect it.. */ #endif