Searched refs:section_table (Results 1 – 2 of 2) sorted by relevance
276 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()
2413 CFISection section_table(cfi.endianness(), cfi.AddressSize()); in WriteELFFrameSection() local2414 AppendSectionHeader(§ion_table, null_header); in WriteELFFrameSection()2415 AppendSectionHeader(§ion_table, section_names_header); in WriteELFFrameSection()2416 AppendSectionHeader(§ion_table, cfi_header); in WriteELFFrameSection()2421 .Append(section_table) in WriteELFFrameSection()