Lines Matching refs:secsymtabent
220 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local
446 secsymtabent = symtab; in output()
447 secsymtabent++; in output()
448 secsymtabent->st_name = (strtabent - strtab); in output()
449 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output()
450 secsymtabent->st_shndx = SHN_ABS; in output()
451 secsymtabent++; in output()
453 glbsymtabent = secsymtabent; in output()
474 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in output()
475 secsymtabent->st_shndx = outsec->os_ndx; in output()
476 secsymtabent++; in output()
545 outsymtab->os_shdr->sh_info = (secsymtabent - symtab); in output()