Searched refs:glbsymtabent (Results 1 – 1 of 1) sorted by relevance
220 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local453 glbsymtabent = secsymtabent; in output()454 glbsymtabent += alist_nitems(odp->od_outsecs); in output()504 glbsymtabent->st_name = (strtabent - strtab); in output()505 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()506 glbsymtabent->st_shndx = outsec->os_ndx; in output()507 glbsymtabent->st_size = outsec->os_shdr->sh_size; in output()508 glbsymtabent++; in output()524 glbsymtabent->st_name = (strtabent - strtab); in output()525 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()[all …]