mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 13:24:45 +00:00
git subrepo pull --force tools/fado (#1924)
subrepo: subdir: "tools/fado" merged: "7fad57f83" upstream: origin: "git@github.com:EllipticEllipsis/fado.git" branch: "master" commit: "7fad57f83" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
This commit is contained in:
parent
17d683780d
commit
5834c335e6
6 changed files with 11 additions and 22 deletions
|
@ -476,9 +476,9 @@ typedef struct {
|
|||
/* Relocation table entry with addend (in section of type SHT_RELA). */
|
||||
|
||||
typedef struct {
|
||||
Elf32_Addr r_offset; /* Address */
|
||||
Elf32_Word r_info; /* Relocation type and symbol index */
|
||||
Elf32_Sword r_addend; /* Addend */
|
||||
Elf32_Addr r_offset; /* Address */
|
||||
Elf32_Word r_info; /* Relocation type and symbol index */
|
||||
Elf32_Sword r_addend; /* Addend */
|
||||
} Elf32_Rela;
|
||||
|
||||
/* How to extract and insert information held in the r_info field. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue