Searched defs:ld_state (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/src/
H A Dld.c219 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
[all...]
H A Dld.h290 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_Sc
741 struct ld_state struct
[all...]

Completed in 391 milliseconds