Searched refs:shead (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 89 elf_secthead *shead = in elf_x86_x86_write_symtab_entry() local 91 if (!shead) in elf_x86_x86_write_symtab_entry() 93 YASM_WRITE_16_L(bufp, shead->index); in elf_x86_x86_write_symtab_entry() 100 elf_x86_x86_write_secthead(unsigned char *bufp, elf_secthead *shead) in elf_x86_x86_write_secthead() argument 102 YASM_WRITE_32_L(bufp, shead->name ? shead->name->index : 0); in elf_x86_x86_write_secthead() 103 YASM_WRITE_32_L(bufp, shead->type); in elf_x86_x86_write_secthead() 104 YASM_WRITE_32_L(bufp, shead->flags); in elf_x86_x86_write_secthead() 107 YASM_WRITE_32_L(bufp, shead->offset); in elf_x86_x86_write_secthead() 108 YASM_WRITE_32I_L(bufp, shead->size); in elf_x86_x86_write_secthead() 109 YASM_WRITE_32_L(bufp, shead->link); in elf_x86_x86_write_secthead() [all …]
|
D | elf.c | 517 elf_secthead *shead; in elf_symtab_write_to_file() local 520 (shead = yasm_section_get_data(sect, &elf_section_data)) && in elf_symtab_write_to_file() 521 shead->flags & SHF_TLS) { in elf_symtab_write_to_file() 625 elf_secthead_destroy(elf_secthead *shead) in elf_secthead_destroy() argument 627 if (shead == NULL) in elf_secthead_destroy() 630 yasm_intnum_destroy(shead->size); in elf_secthead_destroy() 632 yasm_xfree(shead); in elf_secthead_destroy() 668 elf_secthead_write_to_file(FILE *f, elf_secthead *shead, in elf_secthead_write_to_file() argument 672 shead->index = sindex; in elf_secthead_write_to_file() 674 if (shead == NULL) in elf_secthead_write_to_file() [all …]
|
D | elf-x86-amd64.c | 81 elf_secthead *shead = in elf_x86_amd64_write_symtab_entry() local 83 if (!shead) in elf_x86_amd64_write_symtab_entry() 85 YASM_WRITE_16_L(bufp, shead->index); in elf_x86_amd64_write_symtab_entry() 94 elf_x86_amd64_write_secthead(unsigned char *bufp, elf_secthead *shead) in elf_x86_amd64_write_secthead() argument 96 YASM_WRITE_32_L(bufp, shead->name ? shead->name->index : 0); in elf_x86_amd64_write_secthead() 97 YASM_WRITE_32_L(bufp, shead->type); in elf_x86_amd64_write_secthead() 98 YASM_WRITE_64Z_L(bufp, shead->flags); in elf_x86_amd64_write_secthead() 100 YASM_WRITE_64Z_L(bufp, shead->offset); in elf_x86_amd64_write_secthead() 101 YASM_WRITE_64I_L(bufp, shead->size); in elf_x86_amd64_write_secthead() 103 YASM_WRITE_32_L(bufp, shead->link); in elf_x86_amd64_write_secthead() [all …]
|
D | elf.h | 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); 492 struct yasm_symrec *elf_secthead_get_sym(elf_secthead *shead); 493 unsigned long elf_secthead_get_align(const elf_secthead *shead); 494 unsigned long elf_secthead_set_align(elf_secthead *shead, unsigned long align); 495 elf_section_index elf_secthead_get_index(elf_secthead *shead); 496 elf_section_info elf_secthead_set_info(elf_secthead *shead, 498 elf_section_index elf_secthead_set_index(elf_secthead *shead, [all …]
|
D | elf-objfmt.c | 66 elf_secthead *shead; member 463 elf_secthead_append_reloc(info->sect, info->shead, reloc); in elf_objfmt_output_reloc() 559 elf_secthead_append_reloc(info->sect, info->shead, reloc); in elf_objfmt_output_value() 606 elf_secthead_add_size(info->shead, bcsize); in elf_objfmt_output_bytecode() 639 /*@dependent@*/ /*@null@*/ elf_secthead *shead; in elf_objfmt_output_section() local 646 shead = yasm_section_get_data(sect, &elf_section_data); in elf_objfmt_output_section() 647 if (shead == NULL) in elf_objfmt_output_section() 650 if (elf_secthead_get_align(shead) == 0) in elf_objfmt_output_section() 651 elf_secthead_set_align(shead, yasm_section_get_align(sect)); in elf_objfmt_output_section() 654 if ((elf_secthead_get_type(shead) & SHT_NOBITS) == SHT_NOBITS) in elf_objfmt_output_section() [all …]
|
D | elf-machine.h | 52 typedef void(*func_write_secthead)(unsigned char *bufp, elf_secthead *shead); 54 elf_secthead *shead,
|
/external/kernel-headers/original/asm-mips/ |
D | sgiarcs.h | 314 unsigned char shead, ssect, scyl; /* unused */ member
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
D | yasm.pot | 1880 msgid "shead is null"
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 26060 shead SEd
|