#include <libc.h>Go to the source code of this file.
Data Structures | |
| struct | nlist |
Defines | |
| #define | __POSIX_NLIST_H__ 1 |
| #define | N_UNDF 0x00 |
| #define | N_ABS 0x02 |
| #define | N_TEXT 0x04 |
| #define | N_DATA 0x06 |
| #define | N_BSS 0x08 |
| #define | N_INDR 0x0a |
| #define | N_SIZE 0x0c |
| #define | N_COMM 0x12 |
| #define | N_SETA 0x14 |
| #define | N_SETT 0x16 |
| #define | N_SETD 0x18 |
| #define | N_SETB 0x1a |
| #define | N_SETV 0x1c |
| #define | N_FN 0x1e |
| #define | N_WARN 0x1e |
| #define | N_EXT 0x01 |
| #define | N_TYPE 0x1e |
| #define | n_hash n_desc |
| #define | NLIST_ISLAST(p) (p->n_name == 0 || p->n_name[0] == 0) |
Typedefs | |
| typedef int(* | t_elf_load_fn )(struct nlist *nl) |
Functions | |
| int | nlist (int fd, struct nlist *list) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.4.6