Home
last modified time | relevance | path

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

/external/elfutils/src/
Di386_ld.c238 if (statep->ngot + statep->nplt == 0) in elf_i386_initialize_got()
250 data->d_size = (3 + statep->ngot + statep->nplt) * sizeof (Elf32_Addr); in elf_i386_initialize_got()
337 if (unlikely (statep->nplt + statep->ngot == 0)) in elf_i386_finalize_plt()
516 ++statep->ngot; in elf_i386_count_relocations()
Dld.h859 size_t ngot; member
Dldgeneric.c135 || ld_state.ngot > 0); in dynamically_linked_p()
661 ++ld_state.ngot; in check_definition()
685 --ld_state.ngot; in check_definition()
725 ++ld_state.ngot; in check_definition()
3706 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()
3757 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()