Lines Matching defs:elf_section
488 const char *elf_section = SUNW_ELF_SIGNATURE_ID;
500 ES_ACTISUPDATE(action) ? "ES_UPDATE" : "ES_GET", elf_section);
516 if (sh_name != NULL && strcmp(sh_name, elf_section) == 0) {
517 cryptodebug("elfsign_signature: found %s", elf_section);
527 cryptodebug("unexpected error: %s", elf_section,
537 elf_section);
563 new_size = old_size + strlen(elf_section) + 1;
568 (void) strlcpy(new_d_buf + old_size, elf_section,
609 elf_section, elf_errmsg(-1));
613 old_size + strlen(elf_section) + 1) != ELFSIGN_SUCCESS) {
615 elf_section);
626 elf_section);
644 "it cannot be changed.\n", elf_section);