代码搜索结果

找到约 10,000 项符合 Layout 的代码

layout1.c

// Red Hat bugzilla 64535 // Bug: We are allocationg stuff into the tail padding of POD class "A". // { dg-do run } struct A { int x; char y; }; struct B : public A { virtual void f () {} ch

layout1.c

// Origin: Mark Mitchell #if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 struct R { virtual void r (); }; struct S { virtual void f (); }; struct T : virtu

strct-layout.c

typedef struct { char a; int b; char c; short d; double e; char f; } T; #if COMPILER != 1 f (T *x) { x[0].a = 'a'; x[0].b = 47114711; x[0].c = 'c'; x[0].d = 1234; x[0].e = 3.141

zimage_layout.txt

Information about the Linux/PPC kernel images ===================================================================== Please mail me me (Cort Dougan, cort@cs.nmt.edu) if you have questions, c

bmp_layout.h

/* (C) Copyright 2002 * Detlev Zundel, DENX Software Engineering, dzu@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you c