HomeSort by: relevance | last modified time | path
    Searched refs:secureplt (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c 95 * If we're using Alpha secureplt, the PLTGOT points to the
100 if (obj->secureplt) {
107 * The non-secureplt PLTGOT on the Alpha looks like this:
434 * secureplt, then we also skip it.
442 if (obj->secureplt) {
443 rdbg((" secureplt format"));
  /src/libexec/ld.elf_so/
rtld.h 225 secureplt:1, /* True if PLT is read-only format */ member in struct:Struct_Obj_Entry
headers.c 365 obj->secureplt = (dynp->d_un.d_val != 0);

Completed in 13 milliseconds