OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nplt
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/src/
i386_ld.c
207
data->d_size = (1 + statep->
nplt
) * PLT_ENTRY_SIZE;
228
size_t size = statep->
nplt
* sizeof (Elf32_Rel);
262
assert (statep->
nplt
!= 0);
273
size_t size = (3 + statep->
nplt
) * sizeof (Elf32_Addr);
357
if (unlikely (statep->
nplt
+ statep->ngot == 0))
478
assert(nsym - statep->
nplt
+ (pltidx - 1) == idx);
479
((Elf32_Sym *) symdata->d_buf)[nsym - statep->
nplt
635
++statep->
nplt
;
[
all
...]
ldgeneric.c
156
return (ld_state.file_type == dso_file_type || ld_state.
nplt
> 0
710
++ld_state.
nplt
;
734
--ld_state.
nplt
;
774
++ld_state.
nplt
;
[
all
...]
ld.h
886
size_t
nplt
;
member in struct:ld_state
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc
387
unsigned int
nplt
= igot_plt.get_plt_entry_count();
local
417
printf("\
nPLT
entries:\n");
418
for (unsigned int i = 0; i <
nplt
; ++i)
/toolchain/binutils/binutils-2.25/binutils/
readelf.c
[
all
...]
Completed in 142 milliseconds