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

  /external/vboot_reference/firmware/2lib/include/
2api.h 62 * Verified boot has changed secdata[]. Caller must save secdata[]
130 uint8_t secdata[VB2_SECDATA_SIZE]; member in struct:vb2_context
179 * call, examine vb2_context.flags to determine whether nvdata or secdata
188 * Load secdata from wherever you keep it.
210 * Lock down wherever you keep secdata. It should no longer be writable
270 * should check for updates to secdata and/or nvdata, then reboot.
291 * On error, the calling firmware should check for updates to secdata and/or
302 * On error, the calling firmware should check for updates to secdata and/or
305 * On success, the calling firmware should lock down secdata before continuin
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 136 struct bfd_elf_section_data *secdata; local
140 secdata = bfd_zalloc (abfd, sizeof *secdata);
141 if (secdata == NULL)
155 sec->used_by_bfd = secdata;
157 secdata->this_hdr.sh_type = SHT_PROGBITS;
158 secdata->this_hdr.sh_flags = SHF_ALLOC | SHF_EXECINSTR;
159 secdata->this_hdr.sh_addr = sec->vma;
160 secdata->this_hdr.sh_size = sec->size;
cofflink.c 530 struct coff_section_tdata *secdata local
533 if (secdata == NULL)
539 secdata = coff_section_data (abfd, stab);
546 &secdata->stab_info,
2318 struct coff_section_tdata *secdata; local
    [all...]
elflink.c 4837 struct bfd_elf_section_data *secdata; local
6682 struct bfd_elf_section_data *secdata; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 420 unsigned char *secdata; local
466 secdata = XNEWVEC (unsigned char, nsects * sechdrsize);
468 secdata, nsects * sechdrsize, errmsg, err))
470 XDELETEVEC (secdata);
486 if (strcmp ((char *) secdata + nameoff, omr->segment_name) != 0)
490 if (strcmp ((char *) secdata + nameoff, GNU_WRAPPER_NAMES) == 0)
495 else if (strcmp ((char *) secdata + nameoff, GNU_WRAPPER_INDEX) == 0)
500 else if (strcmp ((char *) secdata + nameoff, GNU_WRAPPER_SECTS) == 0)
505 else if (strcmp ((char *) secdata + nameoff, GNU_SECTION_NAMES) == 0)
524 XDELETEVEC (secdata);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 2301 static sinfo secdata[NSECS] = variable
2328 static sinfo secdata[NSECS] = variable
    [all...]

Completed in 2727 milliseconds