Searched refs:st_value (Results 1 – 4 of 4) sorted by relevance
60 Info info{.addr = sym.st_value, .size = static_cast<uint32_t>(sym.st_size), .name = sym.st_name}; in ReadFuncInfo()109 addrs.push_back(sym.st_value); // Always insert so it is indexable by symbol index. in BuildRemapTable()163 *memory_address = entry.st_value; in GetGlobal()
47 void InitSym(TypeParam* sym, uint32_t st_value, uint32_t st_size, uint32_t st_name) { in InitSym() argument50 sym->st_value = st_value; in InitSym()328 sym.st_value = 0x10000; in TYPED_TEST_P()346 sym.st_value = 0x12000; in TYPED_TEST_P()
163 sym.st_value = value; in InitSym()
228 return (a.st_value < b.st_value); in symCompare()