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

/external/libnfc-nxp/src/
H A DphDnldNfc.c559 volatile uint8_t section_index; member in struct:phDnldNfc_sContext
1666 uint8_t sec_index = psDnldContext->section_index;
1726 psDnldContext->section_index = sec_index;
/external/chromium_org/v8/src/
H A Dgdb-jit.cc731 int SectionHeaderPosition(uint32_t section_index) { argument
732 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;
/external/v8/src/
H A Dgdb-jit.cc729 int SectionHeaderPosition(uint32_t section_index) { argument
730 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;

Completed in 114 milliseconds