Home
last modified time | relevance | path

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

/external/elfutils/src/
Di386_ld.c241 assert (statep->ngot != 0); in elf_i386_initialize_got()
249 size_t size = statep->ngot * sizeof (Elf32_Addr); in elf_i386_initialize_got()
357 if (unlikely (statep->nplt + statep->ngot == 0)) in elf_i386_finalize_plt()
567 ++statep->ngot; in elf_i386_count_relocations()
914 rel2->r_offset = gotaddr + ((thisgotidx - statep->ngot) in elf_i386_create_relocations()
923 assert (thisgotidx < statep->ngot); in elf_i386_create_relocations()
940 (thisgotidx - statep->ngot) in elf_i386_create_relocations()
Dld.h888 size_t ngot; member
Dldgeneric.c157 || ld_state.ngot > 0); in dynamically_linked_p()
712 ++ld_state.ngot; in check_definition()
736 --ld_state.ngot; in check_definition()
776 ++ld_state.ngot; in check_definition()
4354 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()
4405 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()