Lines Matching full:symtab
1680 * interest (CTF, symtab, strtab, .debug_*).
1690 Shdr *ctf = NULL, *symtab = NULL, *strtab = NULL; in elf_process_obj_scns() local
1736 /* check linked symtab below */ in elf_process_obj_scns()
1743 } else if (symtab == NULL && in elf_process_obj_scns()
1810 symtab = symchk; in elf_process_obj_scns()
1813 if (symtab != NULL && ctf != NULL && in elf_process_obj_scns()
1823 if (symtab != NULL) in elf_process_obj_scns()
1854 * The linked symtab (and strtab) will be output in elf_process_obj_scns()
1859 ASSERT(symtab != NULL); in elf_process_obj_scns()
1867 /* output SYMTAB/STRTAB sections */ in elf_process_obj_scns()
1868 if (symtab != NULL) { in elf_process_obj_scns()
1873 MAX(symtab->sh_size, strtab->sh_size)); in elf_process_obj_scns()
1875 if (symtab->sh_type == SHT_DYNSYM) { in elf_process_obj_scns()
1895 v[idx].sh_type = symtab->sh_type; in elf_process_obj_scns()
1896 v[idx].sh_addr = symtab->sh_addr; in elf_process_obj_scns()
1899 v[idx].sh_addralign = symtab->sh_addralign; in elf_process_obj_scns()
1902 v[idx].sh_size = symtab->sh_size; in elf_process_obj_scns()
1904 v[idx].sh_entsize = symtab->sh_entsize; in elf_process_obj_scns()
1905 v[idx].sh_info = symtab->sh_info; in elf_process_obj_scns()
1907 elf_copy_scn(ctx, symtab, mvp, &v[idx]); in elf_process_obj_scns()