optimization for elfloader
use a rel/rela section's sh_info to resolve which section this rel will be applied to, rather than the section's name
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "tos_elfloader_relocate.h"
|
||||
|
||||
typedef struct el_section_st {
|
||||
uint8_t shndx;
|
||||
int8_t shndx;
|
||||
void *address;
|
||||
} el_section_t;
|
||||
|
||||
|
Reference in New Issue
Block a user