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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 33 typedef struct elf_secthead elf_secthead; typedef in typeref:struct:elf_secthead
350 struct elf_secthead { struct
478 elf_secthead *elf_secthead_create(elf_strtab_entry *name,
483 void elf_secthead_destroy(elf_secthead *esd);
484 unsigned long elf_secthead_write_to_file(FILE *f, elf_secthead *esd,
486 void elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead,
488 elf_section_type elf_secthead_get_type(elf_secthead *shead);
489 void elf_secthead_set_typeflags(elf_secthead *shead, elf_section_type type,
491 int elf_secthead_is_empty(elf_secthead *shead)
    [all...]
elf-machine.h 52 typedef void(*func_write_secthead)(unsigned char *bufp, elf_secthead *shead);
54 elf_secthead *shead,
elf.c 517 elf_secthead *shead;
587 elf_secthead *
594 elf_secthead *esd = yasm_xmalloc(sizeof(elf_secthead));
625 elf_secthead_destroy(elf_secthead *shead)
638 elf_secthead_destroy((elf_secthead *)data);
644 elf_secthead *sect = data;
668 elf_secthead_write_to_file(FILE *f, elf_secthead *shead,
687 elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead,
731 yasm_section *sect, elf_secthead *shead
    [all...]
elf-x86-amd64.c 81 elf_secthead *shead =
94 elf_x86_amd64_write_secthead(unsigned char *bufp, elf_secthead *shead)
112 elf_secthead *shead,
elf-x86-x86.c 89 elf_secthead *shead =
100 elf_x86_x86_write_secthead(unsigned char *bufp, elf_secthead *shead)
119 elf_secthead *shead,
elf-objfmt.c 66 elf_secthead *shead;
536 /*@null@*/ elf_secthead *sym_shead;
639 /*@dependent@*/ /*@null@*/ elf_secthead *shead;
705 /*@dependent@*/ /*@null@*/ elf_secthead *shead;
735 elf_secthead *esdn;
819 elf_secthead *stab =
821 elf_secthead *stabstr =
889 elf_secthead *esd;
921 elf_secthead *esd = yasm_section_get_data(retval, &elf_section_data);
    [all...]

Completed in 58 milliseconds