coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

what does AT mean in a linker scripts ?


From: Yubin Ruan
Subject: what does AT mean in a linker scripts ?
Date: Mon, 11 Jul 2016 23:45:02 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

Hi,
I am reading some C code and some linker scripts for `ld`.
I find something really hard to understand:

    .text : AT(0x100000) {
        *(.text .stub .text.* .gnu.linkonce.t.*)
    }

I understand what the `.text` and the wild char * do, but what does the `AT` after the colon do ?
Need help.
And also, why is there no man page describing the syntax of linker scripts ?

Regards,
Ruan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]