Home
last modified time | relevance | path

Searched refs:nlocalsymbols (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dld.h220 size_t nlocalsymbols; member
896 size_t nlocalsymbols; member
1127 if (symidx < file->nlocalsymbols) in linked_from_dso_p()
Dldgeneric.c168 if (symidx < file->nlocalsymbols) in linked_from_dso_p()
1099 size_t nlocalsymbols = 0; in add_relocatable_file() local
1172 fileinfo->nlocalsymbols = shdr->sh_info; in add_relocatable_file()
1191 nlocalsymbols = shdr->sh_info; in add_relocatable_file()
1394 for (cnt = 0; cnt < nlocalsymbols; ++cnt) in add_relocatable_file()
1456 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols) in add_relocatable_file()
1458 - nlocalsymbols; in add_relocatable_file()
1462 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt) in add_relocatable_file()
1651 ld_state.nlocalsymbols += fileinfo->nlocalsymbols; in add_relocatable_file()
4406 - ld_state.nlocalsymbols + ld_state.nlscript_syms); in ld_generic_create_outfile()
[all …]
Di386_ld.c550 if (r_sym >= scninfo->fileinfo->nlocalsymbols in elf_i386_count_relocations()
778 if (idx < runp->fileinfo->nlocalsymbols) in elf_i386_create_relocations()