Lines Matching refs:statep
71 struct ld_state *statep);
73 struct ld_state *statep,
75 static void ld_generic_generate_sections (struct ld_state *statep);
76 static void ld_generic_create_sections (struct ld_state *statep);
77 static int ld_generic_flag_unresolved (struct ld_state *statep);
78 static int ld_generic_open_outfile (struct ld_state *statep, int machine,
80 static int ld_generic_create_outfile (struct ld_state *statep);
81 static void ld_generic_relocate_section (struct ld_state *statep,
85 static int ld_generic_finalize (struct ld_state *statep);
86 static bool ld_generic_special_section_number_p (struct ld_state *statep,
88 static bool ld_generic_section_type_p (struct ld_state *statep,
90 static XElf_Xword ld_generic_dynamic_section_flags (struct ld_state *statep);
91 static void ld_generic_initialize_plt (struct ld_state *statep, Elf_Scn *scn);
92 static void ld_generic_initialize_pltrel (struct ld_state *statep,
94 static void ld_generic_initialize_got (struct ld_state *statep, Elf_Scn *scn);
95 static void ld_generic_initialize_gotplt (struct ld_state *statep,
97 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
100 static int ld_generic_rel_type (struct ld_state *statep);
101 static void ld_generic_count_relocations (struct ld_state *statep,
103 static void ld_generic_create_relocations (struct ld_state *statep,
2195 struct ld_state *statep, struct usedfiles **nextp)
2325 ld_generic_lib_extensions (struct ld_state *statep __attribute__ ((__unused__)))
2338 ld_generic_flag_unresolved (struct ld_state *statep)
2396 ld_generic_file_close (struct usedfiles *fileinfo, struct ld_state *statep)
2441 ld_generic_generate_sections (struct ld_state *statep)
2447 if (statep->build_id != NULL)
2654 ld_generic_open_outfile (struct ld_state *statep, int machine, int klass,
3127 ld_generic_create_sections (struct ld_state *statep)
4304 ld_generic_create_outfile (struct ld_state *statep)
6786 DT_PLTREL, REL_TYPE (statep));
6791 int rel = REL_TYPE (statep);
6891 RELOCATE_SECTION (statep, outscn, rellist->scninfo, dblindirect);
6904 CREATE_RELOCATIONS (statep, dblindirect);
6950 FINALIZE_PLT (statep, nsym, nsym_local, ndxtosym);
6968 ld_generic_relocate_section (struct ld_state *statep, Elf_Scn *outscn,
6980 ld_generic_finalize (struct ld_state *statep)
7026 ld_generic_special_section_number_p (struct ld_state *statep, size_t number)
7034 ld_generic_section_type_p (struct ld_state *statep, GElf_Word type)
7050 ld_generic_dynamic_section_flags (struct ld_state *statep)
7059 ld_generic_initialize_plt (struct ld_state *statep, Elf_Scn *scn)
7070 ld_generic_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn)
7081 ld_generic_initialize_got (struct ld_state *statep, Elf_Scn *scn)
7092 ld_generic_initialize_gotplt (struct ld_state *statep, Elf_Scn *scn)
7103 ld_generic_finalize_plt (struct ld_state *statep, size_t nsym, size_t nsym_dyn,
7111 ld_generic_rel_type (struct ld_state *statep)
7124 ld_generic_count_relocations (struct ld_state *statep, struct scninfo *scninfo)
7135 ld_generic_create_relocations (struct ld_state *statep,