Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dobstack.c56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; member
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
60 offsetof (struct { char __slot1; type __slot2; }, __slot2)