Home
last modified time | relevance | path

Searched defs:Rela64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/libelf/
H A Dabstract.h153 #define Rela64(Ext) \ macro
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3555 type Rela64 struct { struct
3556 Off uint64 /* Location to be relocated. */
3557 Info uint64 /* Relocation type and symbol index. */
3558 Addend int64 /* Addend. */