Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2323 struct ELFSectionHeader { struct
2324 ELFSectionHeader(unsigned int set_type) in ELFSectionHeader() function
2339 void AppendSectionHeader(CFISection *table, const ELFSectionHeader &header) { in AppendSectionHeader() argument
/external/v8/src/
Dgdb-jit.cc269 struct ELFSectionHeader { struct
270 uint32_t name;
271 uint32_t type;
272 uintptr_t flags;
273 uintptr_t address;
274 uintptr_t offset;
275 uintptr_t size;
276 uint32_t link;
277 uint32_t info;
278 uintptr_t alignment;
[all …]