HomeSort by relevance Sort by last modified time
    Searched full:sectiondata (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 27 ARMGOTEntry(uint64_t pContent, SectionData* pParent)
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 36 SectionData::iterator frag, fragEnd = m_SectionData->end();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.cpp 12 #include <mcld/LD/SectionData.h>
HexagonPLT.h 56 HexagonPLT0(SectionData& pParent);
101 HexagonPLT1(SectionData& pParent);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.h 46 SectionData::iterator m_Last;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 202 BYTE SectionData[1];
  /external/elfutils/0.153/libdw/
dwarf_getattrs.c 95 >= ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf
96 + dbg->sectiondata[IDX_debug_abbrev]->d_size)))
dwarf_getcfi.c 65 if (dbg->cfi == NULL && dbg->sectiondata[IDX_debug_frame] != NULL)
70 cfi->data = (Elf_Data_Scn *) dbg->sectiondata[IDX_debug_frame];
dwarf_begin_elf.c 140 if (unlikely (result->sectiondata[cnt] != NULL))
148 result->sectiondata[cnt] = data;
158 if (unlikely (result->sectiondata[cnt] != NULL))
214 result->sectiondata[cnt] = zdata;
238 && unlikely (result->sectiondata[IDX_debug_info] == NULL))
libdwP.h 151 Elf_Data *sectiondata[IDX_last]; member in struct:Dwarf
154 /* The 1 << N bit is set if sectiondata[N] is malloc'd decompressed data. */
509 Elf_Data *data = dbg->sectiondata[sec_index];
621 return cu->dbg->sectiondata[cu_sec_idx (cu)];
dwarf_child.c 91 = ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf
92 + dbg->sectiondata[IDX_debug_abbrev]->d_size);
  /external/llvm/test/MC/ARM/
eh-directive-cantunwind.s 29 @ CHECK: SectionData (
44 @ CHECK: SectionData (
eh-directive-integrated-test.s 56 @ CHECK: SectionData (
90 @ CHECK: SectionData (
eh-directive-vsave.s 73 @ CHECK: SectionData (
126 @ CHECK: SectionData (
eh-directive-pad.s 40 @ CHECK: SectionData (
82 @ CHECK: SectionData (
123 @ CHECK: SectionData (
166 @ CHECK: SectionData (
222 @ CHECK: SectionData (
  /external/llvm/test/MC/COFF/
symbol-fragment-offset-64.s 73 // CHECK: SectionData (
97 // CHECK: SectionData (
symbol-fragment-offset.s 73 // CHECK: SectionData (
97 // CHECK: SectionData (
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 30 # STATIC-NEXT: SectionData (
71 # PIC-NEXT: SectionData (
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 13 #include <mcld/LD/SectionData.h>
81 SectionData* data = NULL;
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 12 #include <mcld/LD/SectionData.h>
72 SectionData* data = NULL;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 71 /// Backend can put the data of the tables in SectionData directly
112 bool readSection(Input& pInput, SectionData& pSD);
AArch64GOT.h 29 AArch64GOTEntry(uint64_t pContent, SectionData* pParent)
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 191 ByteBuffer sectionData = data.duplicate();
192 sectionData.order(ByteOrder.LITTLE_ENDIAN); // necessary?
193 sectionData.position(position);
194 sectionData.limit(data.capacity());
195 return new Section("section", sectionData);
203 ByteBuffer sectionData = data.duplicate();
204 sectionData.order(ByteOrder.LITTLE_ENDIAN); // necessary?
205 sectionData.position(nextSectionStart);
206 sectionData.limit(limit);
207 Section result = new Section(name, sectionData);
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 15 #include <mcld/LD/SectionData.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 12 #include <mcld/LD/SectionData.h>

Completed in 1733 milliseconds

1 2 3 4 5 67 8 910