HomeSort by relevance Sort by last modified time
    Searched refs:ld_state (Results 1 - 6 of 6) sorted by null

  /external/elfutils/src/
ld.c 210 struct ld_state ld_state; variable in typeref:struct:ld_state
307 obstack_init (&ld_state.smem);
329 if (unlikely (ld_state.hash_style == hash_style_none))
330 ld_state.hash_style = hash_style_sysv;
347 ld_state.srcfiles = NULL;
360 ld_state.default_paths = ld_state.paths;
361 ld_state.paths = ld_state.tailpaths = NULL
    [all...]
ldgeneric.c 60 static const char **ld_generic_lib_extensions (struct ld_state *)
63 struct ld_state *statep);
65 struct ld_state *statep,
67 static void ld_generic_generate_sections (struct ld_state *statep);
68 static void ld_generic_create_sections (struct ld_state *statep);
69 static int ld_generic_flag_unresolved (struct ld_state *statep);
70 static int ld_generic_open_outfile (struct ld_state *statep, int machine,
72 static int ld_generic_create_outfile (struct ld_state *statep);
73 static void ld_generic_relocate_section (struct ld_state *statep,
77 static int ld_generic_finalize (struct ld_state *statep)
    [all...]
ldscript.y 146 if (likely (ld_state.entry == NULL))
147 ld_state.entry = $3;
155 if (likely (ld_state.pagesize == 0))
156 ld_state.pagesize = $3;
160 if (likely (ld_state.interp == NULL)
161 && ld_state.file_type != dso_file_type)
162 ld_state.interp = $3;
214 if (ld_state.strip == strip_debug
215 && ebl_debugscn_p (ld_state.ebl, $1))
230 obstack_alloc (&ld_state.smem
    [all...]
ld.h 282 struct ld_state;
291 const char **(*lib_extensions) (struct ld_state *)
302 int (*file_process) (int fd, struct usedfiles *, struct ld_state *,
308 int (*file_close) (struct usedfiles *, struct ld_state *);
320 void (*create_sections) (struct ld_state *);
325 int (*flag_unresolved) (struct ld_state *);
331 void (*generate_sections) (struct ld_state *);
337 int (*open_outfile) (struct ld_state *, int, int, int);
342 int (*create_outfile) (struct ld_state *);
347 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *
733 struct ld_state struct
    [all...]
i386_ld.c 41 static int (*old_open_outfile) (struct ld_state *, int, int, int);
45 elf_i386_open_outfile (struct ld_state *statep,
59 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)),
189 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn)
218 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn)
238 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn)
259 elf_i386_initialize_gotplt (struct ld_state *statep, Elf_Scn *scn)
354 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym,
515 elf_i386_rel_type (struct ld_state *statep __attribute__ ((__unused__)))
523 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo
    [all...]
ldlex.l 186 {ID} { ldlval.str = obstack_strndup (&ld_state.smem,
190 {FILENAMECHAR1}{FILENAMECHAR} { ldlval.str = obstack_strndup (&ld_state.smem,
327 defined = ld_state.file_type == dso_file_type;

Completed in 310 milliseconds