Home
last modified time | relevance | path

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

/external/chromium_org/courgette/
Ddisassembler_elf_32.cc75 default_string_section_ = (const char *)SectionBody((int)header_->e_shstrndx); in ParseHeader()
432 Elf32_Rel *relocs_table = (Elf32_Rel *)SectionBody(section_id); in ParseAbs32Relocs()
Ddisassembler_elf_32.h112 const uint8 *SectionBody(int id) const { in SectionBody() function