Searched refs:secsymtabent (Results 1 – 1 of 1) sorted by relevance
221 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local447 secsymtabent = symtab; in output()448 secsymtabent++; in output()449 secsymtabent->st_name = (strtabent - strtab); in output()450 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output()451 secsymtabent->st_shndx = SHN_ABS; in output()452 secsymtabent++; in output()454 glbsymtabent = secsymtabent; in output()475 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in output()476 secsymtabent->st_shndx = outsec->os_ndx; in output()[all …]