Searched refs:secsymtabent (Results 1 – 1 of 1) sorted by relevance
220 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local446 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()[all …]