elf-objfmt.c | 889 elf_secthead *esd; local 903 esd = elf_secthead_create(name, type, 0, 0, 0); 904 elf_secthead_set_entsize(esd, entsize); 905 yasm_section_add_data(sect, &elf_section_data, esd); 909 elf_secthead_set_sym(esd, sym); 921 elf_secthead *esd = yasm_section_get_data(retval, &elf_section_data); local 922 elf_secthead_set_typeflags(esd, SHT_PROGBITS, 1036 elf_secthead *esd; local [all...] |