OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsym
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/tests/
sectiondump.c
162
size_t
nsym
= data->d_size / (class == ELFCLASS32
local
166
for (cnt = 0; cnt <
nsym
; ++cnt)
/external/elfutils/src/
ldgeneric.c
68
static void ld_generic_finalize_plt (struct ld_state *statep, size_t
nsym
,
3667
size_t
nsym
;
local
[
all
...]
ld.h
383
#define FINALIZE_PLT(state,
nsym
, nsym_dyn) \
384
DL_CALL_FCT ((state)->callbacks.finalize_plt, (state,
nsym
, nsym_dyn))
i386_ld.c
327
elf_i386_finalize_plt (struct ld_state *statep, size_t
nsym
, size_t nsym_dyn)
390
((Elf32_Sym *) symdata->d_buf)[
nsym
- statep->nplt + cnt].st_value
Completed in 1898 milliseconds