Home | History | Annotate | Download | only in src

Lines Matching full:section_index

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