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

  /external/elfutils/0.153/src/
ld.c 219 struct ld_state ld_state; variable in typeref:struct:ld_state
321 obstack_init (&ld_state.smem);
343 if (unlikely (ld_state.hash_style == hash_style_none))
344 ld_state.hash_style = hash_style_sysv;
361 ld_state.srcfiles = NULL;
374 ld_state.default_paths = ld_state.paths;
375 ld_state.paths = ld_state.tailpaths = NULL
    [all...]
ldgeneric.c 68 static const char **ld_generic_lib_extensions (struct ld_state *)
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)
    [all...]
ldscript.y 154 if (likely (ld_state.entry == NULL))
155 ld_state.entry = $3;
163 if (likely (ld_state.pagesize == 0))
164 ld_state.pagesize = $3;
168 if (likely (ld_state.interp == NULL)
169 && ld_state.file_type != dso_file_type)
170 ld_state.interp = $3;
222 if (ld_state.strip == strip_debug
223 && ebl_debugscn_p (ld_state.ebl, $1))
238 obstack_alloc (&ld_state.smem
    [all...]
ld.h 290 struct ld_state;
299 const char **(*lib_extensions) (struct ld_state *)
310 int (*file_process) (int fd, struct usedfiles *, struct ld_state *,
316 int (*file_close) (struct usedfiles *, struct ld_state *);
328 void (*create_sections) (struct ld_state *);
333 int (*flag_unresolved) (struct ld_state *);
339 void (*generate_sections) (struct ld_state *);
345 int (*open_outfile) (struct ld_state *, int, int, int);
350 int (*create_outfile) (struct ld_state *);
355 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *
741 struct ld_state struct
    [all...]
i386_ld.c 49 static int (*old_open_outfile) (struct ld_state *, int, int, int);
53 elf_i386_open_outfile (struct ld_state *statep,
67 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)),
197 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn)
226 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn)
246 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn)
267 elf_i386_initialize_gotplt (struct ld_state *statep, Elf_Scn *scn)
362 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym,
523 elf_i386_rel_type (struct ld_state *statep __attribute__ ((__unused__)))
531 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo
    [all...]
ldlex.l 194 {ID} { ldlval.str = obstack_strndup (&ld_state.smem,
198 {FILENAMECHAR1}{FILENAMECHAR} { ldlval.str = obstack_strndup (&ld_state.smem,
335 defined = ld_state.file_type == dso_file_type;
ldlex.c     [all...]

Completed in 79 milliseconds