php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ir_elf_sectheader Struct Reference

#include <ir_elf.h>

Data Fields

uint32_t name
 
uint32_t type
 
uintptr_t flags
 
uintptr_t addr
 
uintptr_t ofs
 
uintptr_t size
 
uint32_t link
 
uint32_t info
 
uintptr_t align
 
uintptr_t entsize
 

Detailed Description

Definition at line 40 of file ir_elf.h.

Field Documentation

◆ addr

uintptr_t ir_elf_sectheader::addr

Definition at line 44 of file ir_elf.h.

◆ align

uintptr_t ir_elf_sectheader::align

Definition at line 49 of file ir_elf.h.

◆ entsize

uintptr_t ir_elf_sectheader::entsize

Definition at line 50 of file ir_elf.h.

◆ flags

uintptr_t ir_elf_sectheader::flags

Definition at line 43 of file ir_elf.h.

◆ info

uint32_t ir_elf_sectheader::info

Definition at line 48 of file ir_elf.h.

◆ link

uint32_t ir_elf_sectheader::link

Definition at line 47 of file ir_elf.h.

◆ name

uint32_t ir_elf_sectheader::name

Definition at line 41 of file ir_elf.h.

◆ ofs

uintptr_t ir_elf_sectheader::ofs

Definition at line 45 of file ir_elf.h.

◆ size

uintptr_t ir_elf_sectheader::size

Definition at line 46 of file ir_elf.h.

◆ type

uint32_t ir_elf_sectheader::type

Definition at line 42 of file ir_elf.h.


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