Home | History | Annotate | Download | only in src

Lines Matching refs:section_index

731   int SectionHeaderPosition(uint32_t section_index) {
732 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;