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

/external/lldb/source/Core/
H A DSection.cpp316 size_t section_index = m_sections.size(); local
318 return section_index;
/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.cc706 int SectionHeaderPosition(uint32_t section_index) { argument
707 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;

Completed in 252 milliseconds