HomeSort by relevance Sort by last modified time
    Searched defs:esd (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 594 elf_secthead *esd = yasm_xmalloc(sizeof(elf_secthead)); local
596 esd->type = type;
597 esd->flags = flags;
598 esd->offset = offset;
599 esd->size = yasm_intnum_create_uint(size);
600 esd->link = 0;
601 esd->info = 0;
602 esd->align = 0;
603 esd->entsize = 0;
604 esd->index = 0
    [all...]
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 2603 milliseconds