Rizin
unix-like reverse engineering framework and cli tools
Elf32_auxv_t Struct Reference

#include <glibc_elf.h>

Public Attributes

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

Detailed Description

Definition at line 1102 of file glibc_elf.h.

Member Data Documentation

◆ a_fcn

void(* Elf32_auxv_t::a_fcn) (void)

Definition at line 1877 of file sftypes.h.

◆ a_ptr

void* Elf32_auxv_t::a_ptr

Definition at line 1876 of file sftypes.h.

◆ a_type [1/2]

uint32_t Elf32_auxv_t::a_type

Definition at line 1104 of file glibc_elf.h.

◆ a_type [2/2]

int Elf32_auxv_t::a_type

Definition at line 1872 of file sftypes.h.

◆  [1/2]

union { ... } Elf32_auxv_t::a_un

◆  [2/2]

union { ... } Elf32_auxv_t::a_un

◆ a_val [1/2]

uint32_t Elf32_auxv_t::a_val

Definition at line 1106 of file glibc_elf.h.

◆ a_val [2/2]

long int Elf32_auxv_t::a_val

Definition at line 1875 of file sftypes.h.


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