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.cc266 struct ELFSectionHeader { struct
267 uint32_t name;
268 uint32_t type;
269 uintptr_t flags;
270 uintptr_t address;
271 uintptr_t offset;
272 uintptr_t size;
273 uint32_t link;
274 uint32_t info;
275 uintptr_t alignment;
[all …]