FreeBSD kernel kern code
elf_set Struct Reference

Data Fields

Elf_Addr es_start
 
Elf_Addr es_stop
 
Elf_Addr es_base
 

Detailed Description

Definition at line 128 of file link_elf.c.

Field Documentation

◆ es_base

Elf_Addr elf_set::es_base

Definition at line 131 of file link_elf.c.

◆ es_start

Elf_Addr elf_set::es_start

Definition at line 129 of file link_elf.c.

Referenced by elf_set_add(), elf_set_delete(), and elf_set_find().

◆ es_stop

Elf_Addr elf_set::es_stop

Definition at line 130 of file link_elf.c.

Referenced by elf_set_add(), and elf_set_find().


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