Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/libelf/
H A Dabstract.h147 #define Rela32(Ext) \ macro
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3453 type Rela32 struct { struct
3454 Off uint32 /* Location to be relocated. */
3455 Info uint32 /* Relocation type and symbol index. */
3456 Addend int32 /* Addend. */