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

#include <ir_elf.h>

Data Fields

uint32_t name
 
uintptr_t value
 
uint32_t size
 
uint8_t info
 
uint8_t other
 
uint16_t sectidx
 

Detailed Description

Definition at line 68 of file ir_elf.h.

Field Documentation

◆ info

uint8_t ir_elf_symbol::info

Definition at line 80 of file ir_elf.h.

◆ name

uint32_t ir_elf_symbol::name

Definition at line 77 of file ir_elf.h.

◆ other

uint8_t ir_elf_symbol::other

Definition at line 81 of file ir_elf.h.

◆ sectidx

uint16_t ir_elf_symbol::sectidx

Definition at line 82 of file ir_elf.h.

◆ size

uint32_t ir_elf_symbol::size

Definition at line 79 of file ir_elf.h.

◆ value

uintptr_t ir_elf_symbol::value

Definition at line 78 of file ir_elf.h.


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