Home | History | Annotate | Download | only in src

Lines Matching refs:section_index

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