~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to ports/sysdeps/arm/tlsdesc.sym

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <stddef.h>
2
 
#include <sysdep.h>
3
 
#include <tls.h>
4
 
#include <link.h>
5
 
#include <dl-tlsdesc.h>
6
 
 
7
 
--
8
 
 
9
 
 
10
 
TLSDESC_ARG                     offsetof(struct tlsdesc, argument.pointer)
11
 
 
12
 
TLSDESC_GEN_COUNT               offsetof(struct tlsdesc_dynamic_arg, gen_count)
13
 
TLSDESC_MODID                   offsetof(struct tlsdesc_dynamic_arg, tlsinfo.ti_module)
14
 
TLSDESC_MODOFF                  offsetof(struct tlsdesc_dynamic_arg, tlsinfo.ti_offset)