usr/src/cmd/sgs/rtld/common/move.c
changeset 12449 a87750d92895
parent 8598 0867fc633d66
equal deleted inserted replaced
12448:f60856ebe541 12449:a87750d92895
    18  *
    18  *
    19  * CDDL HEADER END
    19  * CDDL HEADER END
    20  */
    20  */
    21 
    21 
    22 /*
    22 /*
    23  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    23  * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
    24  * Use is subject to license terms.
       
    25  */
    24  */
    26 
    25 
    27 /*
    26 /*
    28  * Object file dependent support for ELF objects.
    27  * Object file dependent support for ELF objects.
    29  */
    28  */
    35 #include	<debug.h>
    34 #include	<debug.h>
    36 #include	<conv.h>
    35 #include	<conv.h>
    37 #include	"_rtld.h"
    36 #include	"_rtld.h"
    38 #include	"_audit.h"
    37 #include	"_audit.h"
    39 #include	"_elf.h"
    38 #include	"_elf.h"
    40 #include	"_inline.h"
    39 #include	"_inline_gen.h"
    41 #include	"msg.h"
    40 #include	"msg.h"
    42 
    41 
    43 /*
    42 /*
    44  * For backward compatibility copy relocation processing, it can be necessary to
    43  * For backward compatibility copy relocation processing, it can be necessary to
    45  * determine if a copy destination is also the recipient of a move record.  For
    44  * determine if a copy destination is also the recipient of a move record.  For