#include "define.h"
Go to the source code of this file.
Functions | |
void | usage () |
void | dumper (uint64_t i_id) |
void | dump_desc (pst_desc_tree *ptr, pst_desc_tree *parent) |
int | main (int argc, char *const *argv) |
Variables | |
int | process = 0 |
int | binary = 0 |
pst_file | pstfile |
void dump_desc | ( | pst_desc_tree * | ptr, | |
pst_desc_tree * | parent | |||
) |
Definition at line 67 of file getidblock.c.
References pst_desc_tree::assoc_tree, pst_desc_tree::child, pst_desc_tree::d_id, pst_desc_tree::desc, dumper(), pst_index_ll::i_id, pst_desc_tree::next, and pst_desc_tree::no_child.
Referenced by main().
void dumper | ( | uint64_t | i_id | ) |
Definition at line 22 of file getidblock.c.
References pst_desc_tree::assoc_tree, binary, pst_file::d_head, DEBUG_INFO, pst_desc_tree::desc, DIE, pst_index_ll::i_id, process, pst_debug_hexdumper(), pst_ff_getIDblock_dec(), pst_freeItem(), pst_getID(), pst_getNextDptr(), pst_malloc(), and pst_parse_item().
Referenced by dump_desc(), and main().
int main | ( | int | argc, | |
char *const * | argv | |||
) |
Definition at line 83 of file getidblock.c.
References binary, pst_file::d_head, DEBUG_ENT, DEBUG_INFO, DEBUG_INIT, DEBUG_RET, DIE, dump_desc(), dumper(), getopt(), pst_file::i_count, pst_index_ll::i_id, pst_file::i_table, optind, process, pst_close(), pst_load_index(), pst_open(), and usage().
void usage | ( | void | ) |
Definition at line 9 of file getidblock.c.
Referenced by main().
int binary = 0 |
Definition at line 4 of file getidblock.c.
void process = 0 |
Definition at line 4 of file getidblock.c.
Definition at line 5 of file getidblock.c.
Referenced by main().