Home
last modified time | relevance | path

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

/external/elfutils/src/
Dld.h207 size_t nlocalsymbols; member
867 size_t nlocalsymbols; member
1065 if (symidx < file->nlocalsymbols) in linked_from_dso_p()
Dldgeneric.c146 if (symidx < file->nlocalsymbols) in linked_from_dso_p()
1017 size_t nlocalsymbols = 0; in add_relocatable_file() local
1085 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 …]
Di386_ld.c691 if (idx < runp->fileinfo->nlocalsymbols) in elf_i386_create_relocations()