Searched refs:isym (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/tests/ |
D | dwflsyms.c | 135 GElf_Sym isym; in list_syms() local 136 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp, in list_syms() 144 assert (sym.st_value == isym.st_value in list_syms() 145 || sym.st_value == isym.st_value + bias in list_syms() 186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL) in list_syms()
|
/external/openfst/src/lib/ |
D | fst.cc | 171 const SymbolTable* isym, const SymbolTable* osym) in FstReadOptions() argument 172 : source(src), header(hdr), isymbols(isym), osymbols(osym) { in FstReadOptions() 176 FstReadOptions::FstReadOptions(const string& src, const SymbolTable* isym, in FstReadOptions() argument 178 : source(src), header(0), isymbols(isym), osymbols(osym) { in FstReadOptions()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 1241 const UInt *isym = (const UInt *)sym; in DEBUG_SnarfCodeView() local 1245 isym[1], isym[2], isym[3], isym[4]); in DEBUG_SnarfCodeView() 1247 isym[5], isym[6], isym[7], isym[8]); in DEBUG_SnarfCodeView()
|
/external/openfst/src/include/fst/ |
D | fst.h | 72 const SymbolTable* isym = 0, 76 const SymbolTable* isym, 92 bool hdr = true, bool isym = true, 95 write_isymbols(isym), write_osymbols(osym), align(alig) {} in source()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 781 uint32_t isym:24, member
|