Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h249 lldb::user_id_t start_id,
255 lldb::user_id_t start_id,
266 lldb::user_id_t start_id,
DObjectFileELF.cpp1012 user_id_t start_id, in ParseSymbols() argument
1159 i + start_id, // ID is the original symbol table index. in ParseSymbols()
1179 ObjectFileELF::ParseSymbolTable(Symtab *symbol_table, user_id_t start_id, lldb_private::Section *sy… in ParseSymbolTable() argument
1186 return obj_file_elf->ParseSymbolTable (symbol_table, start_id, symtab); in ParseSymbolTable()
1217 num_symbols = ParseSymbols(symbol_table, start_id, in ParseSymbolTable()
1293 user_id_t start_id, in ParsePLTRelocations() argument
1345 i + start_id, // Symbol table index in ParsePLTRelocations()
1367 user_id_t start_id, in ParseTrampolineSymbols() argument
1431 start_id, in ParseTrampolineSymbols()
/external/freetype/src/sfnt/
Dttcmap.c1678 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1688 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1703 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF()
1759 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1766 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1773 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index()
1791 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1800 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1807 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next()
2097 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c1678 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1688 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1703 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF()
1759 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1766 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1773 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index()
1791 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1800 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1807 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next()
2097 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local
[all …]