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

  /external/chromium_org/courgette/
disassembler_elf_32.cc 107 for (int section_id = 0; section_id < SectionHeaderCount(); section_id++) {
108 const Elf32_Shdr *section_header = SectionHeader(section_id);
259 for (int section_id = 0;
260 section_id < SectionHeaderCount();
261 section_id++) {
263 const Elf32_Shdr *section_header = SectionHeader(section_id);
427 for (int section_id = 0; section_id < SectionHeaderCount(); section_id++)
    [all...]
  /external/qemu/
savevm.c 814 int section_id; member in struct:SaveStateEntry
843 se->section_id = global_section_id++;
915 qemu_put_be32(f, se->section_id);
945 qemu_put_be32(f, se->section_id);
969 qemu_put_be32(f, se->section_id);
982 qemu_put_be32(f, se->section_id);
1049 int section_id; member in struct:LoadStateEntry
1118 uint32_t instance_id, version_id, section_id; local
1128 section_id = qemu_get_be32(f);
1155 le->section_id = section_id
    [all...]

Completed in 637 milliseconds