HomeSort by relevance Sort by last modified time
    Searched refs:CreateSection (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 20 f_pDynSymTab = pBuilder.CreateSection(".dynsym",
25 f_pDynStrTab = pBuilder.CreateSection(".dynstr",
30 f_pInterp = pBuilder.CreateSection(".interp",
35 f_pHashTab = pBuilder.CreateSection(".hash",
40 f_pDynamic = pBuilder.CreateSection(".dynamic",
45 f_pRelaDyn = pBuilder.CreateSection(".rela.dyn",
50 f_pRelaPlt = pBuilder.CreateSection(".rela.plt",
55 f_pRelDyn = pBuilder.CreateSection(".rel.dyn",
60 f_pRelPlt = pBuilder.CreateSection(".rel.plt",
65 f_pGOT = pBuilder.CreateSection(".got"
    [all...]
ELFExecFileFormat.cpp 21 f_pDynSymTab = pBuilder.CreateSection(".dynsym",
26 f_pDynStrTab = pBuilder.CreateSection(".dynstr",
31 f_pInterp = pBuilder.CreateSection(".interp",
36 f_pHashTab = pBuilder.CreateSection(".hash",
41 f_pDynamic = pBuilder.CreateSection(".dynamic",
46 f_pRelaDyn = pBuilder.CreateSection(".rela.dyn",
51 f_pRelaPlt = pBuilder.CreateSection(".rela.plt",
56 f_pRelDyn = pBuilder.CreateSection(".rel.dyn",
61 f_pRelPlt = pBuilder.CreateSection(".rel.plt",
66 f_pGOT = pBuilder.CreateSection(".got"
    [all...]
ELFFileFormat.cpp 69 f_pTextSection = pBuilder.CreateSection(".text",
74 f_pNULLSection = pBuilder.CreateSection("",
78 f_pReadOnlySection = pBuilder.CreateSection(".rodata",
84 f_pBSSSection = pBuilder.CreateSection(".bss",
89 f_pComment = pBuilder.CreateSection(".comment",
94 f_pDataSection = pBuilder.CreateSection(".data",
99 f_pData1 = pBuilder.CreateSection(".data1",
104 f_pDebug = pBuilder.CreateSection(".debug",
109 f_pInit = pBuilder.CreateSection(".init",
114 f_pInitArray = pBuilder.CreateSection(".init_array"
    [all...]
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 43 /// CreateSection - To create an output LDSection in mcld::Module.
56 LDSection* CreateSection(const std::string& pInputName,
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 64 GtkWidget* CreateSection(const PageInfoModel::SectionInfo& section);
192 CreateSection(model_.GetSectionInfo(i)),
213 GtkWidget* PageInfoBubbleGtk::CreateSection(
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.h 102 views::View* CreateSection(const string16& headline,
website_settings_popup_view.cc 584 CreateSection(l10n_util::GetStringUTF16(
592 CreateSection(l10n_util::GetStringUTF16(
635 views::View* WebsiteSettingsPopupView::CreateSection(
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 454 m_psdata = pBuilder.CreateSection(".sdata",
459 m_pscommon_1 = pBuilder.CreateSection(".scommon.1",
466 m_pscommon_2 = pBuilder.CreateSection(".scommon.2",
473 m_pscommon_4 = pBuilder.CreateSection(".scommon.4",
480 m_pscommon_8 = pBuilder.CreateSection(".scommon.8",
487 m_pstart = pBuilder.CreateSection(".start",
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 78 m_pEXIDX = pBuilder.CreateSection(".ARM.exidx",
83 m_pEXTAB = pBuilder.CreateSection(".ARM.extab",
88 m_pAttributes = pBuilder.CreateSection(".ARM.attributes",
  /external/jhead/
jhead.h 247 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
jpgfile.c 997 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size)
jhead.c 958 CommentSec = CreateSection(M_COM, DummyData, 2);
    [all...]
exif.c     [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 35 /// CreateSection - create an output section.
36 LDSection* ObjectBuilder::CreateSection(const std::string& pName,

Completed in 750 milliseconds