OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nplt
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
i386_ld.c
215
data->d_size = (1 + statep->
nplt
) * PLT_ENTRY_SIZE;
236
size_t size = statep->
nplt
* sizeof (Elf32_Rel);
270
assert (statep->
nplt
!= 0);
281
size_t size = (3 + statep->
nplt
) * sizeof (Elf32_Addr);
365
if (unlikely (statep->
nplt
+ statep->ngot == 0))
486
assert(nsym - statep->
nplt
+ (pltidx - 1) == idx);
487
((Elf32_Sym *) symdata->d_buf)[nsym - statep->
nplt
643
++statep->
nplt
;
[
all
...]
ldgeneric.c
164
return (ld_state.file_type == dso_file_type || ld_state.
nplt
> 0
720
++ld_state.
nplt
;
744
--ld_state.
nplt
;
784
++ld_state.
nplt
;
[
all
...]
ld.h
894
size_t
nplt
;
member in struct:ld_state
[
all
...]
Completed in 27 milliseconds