HomeSort by relevance Sort by last modified time
    Searched refs:nsym (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/src/
ldgeneric.c 97 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
4322 size_t nsym; local
    [all...]
unstrip.c 446 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
459 const size_t nent = 2 + nbucket + nsym; \
465 new_hash[1] = nsym; \
561 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
562 size_t symndx_map[nsym - 1];
609 for (size_t i = old_shnum; i < nsym; ++i)
445 const size_t nsym = symshdr->sh_size \/ symshdr->sh_entsize; local
560 const size_t nsym = shdr->sh_size \/ shdr->sh_entsize; local
1619 size_t nsym = 0; local
    [all...]
i386_ld.c 362 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym,
456 for (size_t idx = nsym_local; idx < nsym; ++idx)
486 assert(nsym - statep->nplt + (pltidx - 1) == idx);
487 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
    [all...]
ld.h 404 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \
405 DL_CALL_FCT ((state)->callbacks.finalize_plt, (state, nsym, nsym_dyn, \
    [all...]

Completed in 42 milliseconds