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

  /external/elfutils/tests/
sectiondump.c 174 size_t nsym = data->d_size / (class == ELFCLASS32 local
178 for (cnt = 0; cnt < nsym; ++cnt)
  /external/elfutils/src/
ldgeneric.c 97 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
4324 size_t nsym; local
    [all...]
unstrip.c 441 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
454 const size_t nent = 2 + nbucket + nsym; \
460 new_hash[1] = nsym; \
556 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
557 size_t symndx_map[nsym - 1];
606 for (size_t i = old_shnum; i < nsym; ++i)
440 const size_t nsym = symshdr->sh_size \/ symshdr->sh_entsize; local
555 const size_t nsym = shdr->sh_size \/ shdr->sh_entsize; local
1616 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 178 milliseconds