Searched refs:ELFSectionHeader (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h151 /// @class ELFSectionHeader
153 struct ELFSectionHeader struct in namespace:elf
166 ELFSectionHeader();
169 /// Parse an ELFSectionHeader entry from the given DataExtracter starting at
181 /// True if the ELFSectionHeader was successfully read and false
H A DELFHeader.cpp192 // ELFSectionHeader
194 ELFSectionHeader::ELFSectionHeader() function in class:ELFSectionHeader
196 memset(this, 0, sizeof(ELFSectionHeader));
200 ELFSectionHeader::Parse(const lldb_private::DataExtractor &data,
H A DObjectFileELF.h162 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader
H A DObjectFileELF.cpp1296 const ELFSectionHeader *rel_hdr,
1297 const ELFSectionHeader *plt_hdr,
1298 const ELFSectionHeader *sym_hdr,
/external/chromium_org/v8/src/
H A Dgdb-jit.cc263 struct ELFSectionHeader { struct in namespace:v8
278 class ELFSection : public DebugSectionBase<ELFSectionHeader> {

Completed in 106 milliseconds