Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h153 struct ELFSectionHeader struct
166 ELFSectionHeader(); argument
DELFHeader.cpp194 ELFSectionHeader::ELFSectionHeader() in ELFSectionHeader() function in ELFSectionHeader
/external/chromium_org/v8/src/
Dgdb-jit.cc263 struct ELFSectionHeader { struct
264 uint32_t name;
265 uint32_t type;
266 uintptr_t flags;
267 uintptr_t address;
268 uintptr_t offset;
269 uintptr_t size;
270 uint32_t link;
271 uint32_t info;
272 uintptr_t alignment;
[all …]