OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ld_state
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/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
...]
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
...]
Completed in 98 milliseconds