Turnstone Operating System
Loading...
Searching...
No Matches
generatelinkerdb.c File Reference

Generate linker database. More...

#include "setup.h"
#include <utils.h>
#include <buffer.h>
#include <data.h>
#include <sha2.h>
#include <bplustree.h>
#include <rbtree.h>
#include <map.h>
#include <xxhash.h>
#include <tosdb/tosdb.h>
#include <strings.h>
#include <bloomfilter.h>
#include <math.h>
#include <compression.h>
#include <deflate.h>
#include <zpack.h>
#include <binarysearch.h>
#include <tokenizer.h>
#include <set.h>
#include "elf64.h"
#include <linker.h>
#include <time.h>
#include <cache.h>
#include <crc.h>
#include <quicksort.h>

Classes

struct  linkerdb_t
 
struct  linkerdb_stats_t
 

Macros

#define RAMSIZE   (512 << 20)
 
#define LINKERDB_CAP   (32 << 20)
 

Typedefs

typedef struct linkerdb_t linkerdb_t
 
typedef struct linkerdb_stats_t linkerdb_stats_t
 

Functions

int32_t main (int32_t argc, char_t **argv)
 
linkerdb_tlinkerdb_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)
 

Detailed Description

Generate linker database.

This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.