HomeSort by relevance Sort by last modified time
    Searched defs:ELFDynamic (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 1 //===- ELFDynamic.cpp ------------- ------------------------------------===//
11 #include "mcld/Target/ELFDynamic.h"
33 // ELFDynamic
35 ELFDynamic::ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig)
50 ELFDynamic::~ELFDynamic() {
67 size_t ELFDynamic::size() const {
71 size_t ELFDynamic::numOfBytes() const {
75 size_t ELFDynamic::entrySize() const
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 407 // ELFDynamic
409 ELFDynamic::ELFDynamic()
411 memset(this, 0, sizeof(ELFDynamic));
415 ELFDynamic::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset)
ELFHeader.h 282 /// @class ELFDynamic
284 struct ELFDynamic
293 ELFDynamic();
295 /// Parse an ELFDynamic entry from the given DataExtractor starting at
308 /// True if the ELFDynamic entry was successfully read and false
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 1 //===- ELFDynamic.h -------------------------------------------------------===//
111 #include "ELFDynamic.tcc"
115 /** \class ELFDynamic
116 * \brief ELFDynamic is the .dynamic section in ELF shared and executable
119 class ELFDynamic {
126 ELFDynamic(const GNULDBackend& pBackend, const LinkerConfig& pConfig);
128 virtual ~ELFDynamic();

Completed in 579 milliseconds