FreeBSD kernel kern code
kern_ctf.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CTF_HDR_SIZE   36
 
#define CTF_HDR_STRTAB_U32   7
 
#define CTF_HDR_STRLEN_U32   8
 

Functions

static int link_elf_ctf_get (linker_file_t lf, linker_ctf_t *lc)
 

Macro Definition Documentation

#define CTF_HDR_SIZE   36

Definition at line 36 of file kern_ctf.c.

Referenced by link_elf_ctf_get().

#define CTF_HDR_STRLEN_U32   8

Definition at line 38 of file kern_ctf.c.

Referenced by link_elf_ctf_get().

#define CTF_HDR_STRTAB_U32   7

Definition at line 37 of file kern_ctf.c.

Referenced by link_elf_ctf_get().

Function Documentation

static int link_elf_ctf_get ( linker_file_t  lf,
linker_ctf_t *  lc 
)
static