OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Elf64_auxv_t Struct Reference

#include <elf.h>

Collaboration diagram for Elf64_auxv_t:
Collaboration graph

Public Attributes

long int a_type
 
union {
   long int   a_val
 
   void *   a_ptr
 
   void(*   a_fcn )(void)
 
a_un
 

Detailed Description

Definition at line 970 of file elf.h.

Member Data Documentation

void(* Elf64_auxv_t::a_fcn)(void)

Definition at line 977 of file elf.h.

void* Elf64_auxv_t::a_ptr

Definition at line 976 of file elf.h.

long int Elf64_auxv_t::a_type

Definition at line 972 of file elf.h.

union { ... } Elf64_auxv_t::a_un
long int Elf64_auxv_t::a_val

Definition at line 975 of file elf.h.


The documentation for this struct was generated from the following file: