HomeSort by relevance Sort by last modified time
    Searched refs:Section (Results 1 - 25 of 2072) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-fp-stub.d 2 Section '\.eh_frame' has no debugging data\.
  /art/dexlayout/
dex_container.h 27 // section and a data section.
33 class Section {
35 virtual ~Section() {}
55 // Vector backed section.
56 class VectorSection : public Section {
80 virtual Section* GetMainSection() = 0;
81 virtual Section* GetDataSection() = 0;
  /dalvik/dx/src/com/android/dex/
TableOfContents.java 32 public final Section header = new Section(0x0000);
33 public final Section stringIds = new Section(0x0001);
34 public final Section typeIds = new Section(0x0002);
35 public final Section protoIds = new Section(0x0003);
36 public final Section fieldIds = new Section(0x0004)
129 Section section = getSection(type); local
153 Section section = sections[i]; local
    [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) {
60 return ConstantPools[Section];
63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
66 Streamer.SwitchSection(Section);
74 MCSection *Section = CPI.first;
77 emitConstantPool(Streamer, Section, CP);
82 MCSection *Section = Streamer.getCurrentSection().first;
83 if (ConstantPool *CP = getConstantPool(Section)) {
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /frameworks/base/cmds/incidentd/src/
section_list.h 24 #include "Section.h"
31 * This is the mapping of section IDs to the commands that are run to get those commands.
32 * The section IDs are guaranteed in ascending order, NULL-terminated.
34 extern const Section* SECTION_LIST[];
37 * This is the mapping of section IDs to each section's privacy policy.
38 * The section IDs are guaranteed in ascending order, not NULL-terminated since size is provided.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
dwarf2-4.d 6 Contents of the .[z]?debug_abbrev section:
10 Section '.debug_info' has no debugging data.
12 Section '.debug_line' has no debugging data.
  /external/google-breakpad/src/processor/
synth_minidump.h 38 // streams, memory regions, strings, and so on --- each is a Section
40 // Context, Thread, and so on all inherit from test_assembler::Section.
52 // ... build contents of stack1 with test_assembler::Section functions ...
95 // By convention, Section subclass constructors that take references
100 // 'Add'ing every section they create. This allows Sections to be
105 // If you forget to Add some Section, the Dump::GetContents call will
106 // fail, as the test_assembler::Labels used to cite the Section's
135 // A test_assembler::Section which will be appended to a minidump.
136 class Section: public test_assembler::Section {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 109 struct Section {
110 Section(SectionType SecType) : Type(SecType) {}
111 virtual ~Section();
117 struct CustomSection : Section {
118 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
119 static bool classof(const Section *S) {
127 struct TypeSection : Section {
128 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
129 static bool classof(const Section *S) {
136 struct ImportSection : Section {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 115 struct Section {
116 Section(SectionType SecType) : Type(SecType) {}
117 virtual ~Section();
123 struct CustomSection : Section {
124 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
125 static bool classof(const Section *S) {
132 // The follow is used by the "name" custom section.
134 // name section can support multiple sub-sections.
138 struct TypeSection : Section {
139 TypeSection() : Section(wasm::WASM_SEC_TYPE) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 115 struct Section {
116 Section(SectionType SecType) : Type(SecType) {}
117 virtual ~Section();
123 struct CustomSection : Section {
124 CustomSection() : Section(wasm::WASM_SEC_CUSTOM) {}
125 static bool classof(const Section *S) {
132 // The follow is used by the "name" custom section.
134 // name section can support multiple sub-sections.
138 struct TypeSection : Section {
139 TypeSection() : Section(wasm::WASM_SEC_TYPE) {
    [all...]

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>