Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/libelf/
H A Dabstract.h122 #define Sym64(Ext) \ macro
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Delf.go3566 type Sym64 struct { struct
3567 Name uint32 /* String table index of name. */
3568 Info uint8 /* Type and binding information. */
3569 Other uint8 /* Reserved (not used). */
3570 Shndx uint16 /* Section index of symbol. */
3571 Value uint64 /* Symbol value. */
3572 Size uint64 /* Size of associated object. */