Searched refs:symbs (Results 1 – 1 of 1) sorted by relevance
285 o.symbs[2].st_value = sizeof(uint64_t);287 o.symbs[2].st_info = o.symbs[1].st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);288 o.symbs[2].st_other = o.symbs[1].st_other = STV_HIDDEN;289 o.symbs[2].st_shndx = o.symbs[1].st_shndx = 3;291 o.symbs[1].st_name = addString(g_sizeName);292 o.symbs[1].st_value = 0;293 o.symbs[1].st_size = sizeof(uint64_t);299 o.sections[2].sh_size = sizeof(o.symbs);300 o.sections[2].sh_entsize = sizeof(o.symbs[0]);665 Elf32_Sym symbs[3]{}; member[all …]