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

  /art/compiler/
elf_writer_quick.cc 160 using RawSection = typename ElfBuilder<ElfTypes>::RawSection;
164 std::unique_ptr<RawSection> eh_frame(new RawSection(
169 std::unique_ptr<RawSection> eh_frame_hdr(new RawSection(
172 std::unique_ptr<RawSection> debug_frame(new RawSection(
177 std::unique_ptr<RawSection> debug_frame_oat_patches(new RawSection(
    [all...]
elf_builder.h 160 class RawSection FINAL : public Section {
162 RawSection(const std::string& name, Elf_Word type, Elf_Word flags,
169 RawSection(const std::string& name, Elf_Word type)
170 : RawSection(name, type, 0, nullptr, 0, 1, 0, nullptr, nullptr) {
    [all...]
  /art/compiler/dwarf/
dwarf_test.h 66 typedef typename ElfBuilder<ElfTypes>::RawSection RawSection;
67 RawSection debug_info(".debug_info", SHT_PROGBITS, 0, nullptr, 0, 1, 0);
68 RawSection debug_abbrev(".debug_abbrev", SHT_PROGBITS, 0, nullptr, 0, 1, 0);
69 RawSection debug_str(".debug_str", SHT_PROGBITS, 0, nullptr, 0, 1, 0);
70 RawSection debug_line(".debug_line", SHT_PROGBITS, 0, nullptr, 0, 1, 0);
71 RawSection debug_frame(".debug_frame", SHT_PROGBITS, 0, nullptr, 0, 8, 0);
  /external/llvm/lib/Object/
ELFYAML.cpp 563 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get());
564 if (!RawSection || RawSection->Size >= RawSection->Content.binary_size())

Completed in 233 milliseconds