OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndxtosym
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
i386_ld.c
363
size_t nsym_local, struct symbol **
ndxtosym
)
458
struct symbol *symbol =
ndxtosym
[idx];
460
||
ndxtosym
[idx]->outdynsymidx == 0
462
|| !
ndxtosym
[idx]->in_dso)
477
if (((Elf32_Sym *) dynsymdata->d_buf)[
ndxtosym
[idx]->outdynsymidx].st_shndx != SHN_UNDEF)
516
rel->r_info = XELF_R_INFO (
ndxtosym
[idx]->outdynsymidx, R_386_JMP_SLOT);
[
all
...]
ldgeneric.c
112
static struct symbol **
ndxtosym
;
variable in typeref:struct:symbol
[
all
...]
ld.h
404
#define FINALIZE_PLT(state, nsym, nsym_dyn,
ndxtosym
) \
406
ndxtosym
))
[
all
...]
Completed in 26 milliseconds