Lines Matching refs:glbsymtabent
221 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local
454 glbsymtabent = secsymtabent; in output()
455 glbsymtabent += alist_nitems(odp->od_outsecs); in output()
505 glbsymtabent->st_name = (strtabent - strtab); in output()
506 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()
507 glbsymtabent->st_shndx = outsec->os_ndx; in output()
508 glbsymtabent->st_size = outsec->os_shdr->sh_size; in output()
509 glbsymtabent++; in output()
525 glbsymtabent->st_name = (strtabent - strtab); in output()
526 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()
527 glbsymtabent->st_shndx = outsec->os_ndx; in output()
528 glbsymtabent->st_value = outsec->os_shdr->sh_size; in output()
529 glbsymtabent++; in output()