|
int32_t | main (int32_t argc, char_t **argv) |
|
linkerdb_t * | linkerdb_open (const char_t *file, uint64_t capacity) |
|
boolean_t | linkerdb_close (linkerdb_t *ldb) |
|
boolean_t | linkerdb_gen_config (linkerdb_t *ldb, const char_t *entry_point, const uint64_t stack_size, const uint64_t program_base, const uint64_t spool_size) |
|
boolean_t | linkerdb_create_tables (linkerdb_t *ldb) |
|
boolean_t | linkerdb_parse_object_file (linkerdb_t *ldb, const char_t *filename, linkerdb_stats_t *is) |
|
boolean_t | linkerdb_fix_reloc_symbol_section_ids (linkerdb_t *ldb) |
|
static boolean_t | linkerdb_clear_relocation_references_at_section (linkerdb_t *ldb, int64_t section_id) |
|
static boolean_t | linkerdb_clear_symbol_references (linkerdb_t *ldb, int64_t section_id) |
|
static boolean_t | linkerdb_clear_implementation_references (linkerdb_t *ldb, int64_t implementation_id) |
|
static boolean_t | linkerdb_create_clean_implementation (linkerdb_t *ldb, const char_t *filename, linkerdb_stats_t *is, int64_t *implementation_id) |
|
Generate linker database.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.