Home
last modified time | relevance | path

Searched refs:section_table (Results 1 – 2 of 2) sorted by relevance

/external/libunwind/src/
Delfxx.c276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) { in Elf_W()
315 Elf_W(Shdr)* shdr = elf_w (section_table) (ei); in elf_w()
529 shdr = elf_w (section_table) (ei); in elf_w()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2413 CFISection section_table(cfi.endianness(), cfi.AddressSize()); in WriteELFFrameSection() local
2414 AppendSectionHeader(&section_table, null_header); in WriteELFFrameSection()
2415 AppendSectionHeader(&section_table, section_names_header); in WriteELFFrameSection()
2416 AppendSectionHeader(&section_table, cfi_header); in WriteELFFrameSection()
2421 .Append(section_table) in WriteELFFrameSection()