Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc731 int SectionHeaderPosition(uint32_t section_index) { in SectionHeaderPosition() argument
732 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index; in SectionHeaderPosition()