Searched refs:nlocalsymbols (Results 1 – 3 of 3) sorted by relevance
207 size_t nlocalsymbols; member867 size_t nlocalsymbols; member1065 if (symidx < file->nlocalsymbols) in linked_from_dso_p()
146 if (symidx < file->nlocalsymbols) in linked_from_dso_p()1017 size_t nlocalsymbols = 0; in add_relocatable_file() local1085 fileinfo->nlocalsymbols = shdr->sh_info; in add_relocatable_file()1104 nlocalsymbols = shdr->sh_info; in add_relocatable_file()1243 for (cnt = 0; cnt < nlocalsymbols; ++cnt) in add_relocatable_file()1303 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols) in add_relocatable_file()1305 - nlocalsymbols; in add_relocatable_file()1309 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt) in add_relocatable_file()1490 ld_state.nlocalsymbols += fileinfo->nlocalsymbols; in add_relocatable_file()3758 - ld_state.nlocalsymbols + ld_state.nlscript_syms); in ld_generic_create_outfile()[all …]
691 if (idx < runp->fileinfo->nlocalsymbols) in elf_i386_create_relocations()