HomeSort by relevance Sort by last modified time
    Searched defs:ld_state (Results 1 - 2 of 2) 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...]
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...]

Completed in 226 milliseconds