kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

link_stubs.c (234B)


      1 #include "link/link_arch.h"
      2 
      3 const LinkArchDesc link_arch_aa64 = {0};
      4 const LinkArchDesc link_arch_x64 = {0};
      5 const LinkArchDesc link_arch_arm32 = {0};
      6 const LinkArchDesc link_arch_rv64 = {0};
      7 const LinkArchDesc link_arch_rv32 = {0};