Home
last modified time | relevance | path

Searched refs:ngot (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Di386_ld.c249 assert (statep->ngot != 0); in elf_i386_initialize_got()
257 size_t size = statep->ngot * sizeof (Elf32_Addr); in elf_i386_initialize_got()
365 if (unlikely (statep->nplt + statep->ngot == 0)) in elf_i386_finalize_plt()
575 ++statep->ngot; in elf_i386_count_relocations()
922 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot) in elf_i386_create_relocations()
931 assert (thisgotidx < statep->ngot); in elf_i386_create_relocations()
948 (thisgotidx - statep->ngot) in elf_i386_create_relocations()
Dld.h896 size_t ngot; member
Dldgeneric.c165 || ld_state.ngot > 0); in dynamically_linked_p()
722 ++ld_state.ngot; in check_definition()
746 --ld_state.ngot; in check_definition()
786 ++ld_state.ngot; in check_definition()
4364 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()
4415 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()