Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h59 struct ElfShdr { struct
60 uint32_t name = 0; // Section name (string tbl index)
61 uint32_t type = 0; // Section type
62 uint64_t flags = 0; // Section flags
63 uint64_t addr = 0; // Section virtual addr at execution
64 uint64_t offset = 0; // Section file offset
65 uint64_t size = 0; // Section size in bytes
66 uint32_t link = 0; // Link to another section
67 uint32_t info = 0; // Additional section information
68 uint64_t addrAlign = 0; // Section alignment
[all …]