This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Pan ruochen <panruochen@gmail.com> writes: > Do these descriptions not mean a dynamic section contains an array of > ELF32_Dyn entries? They do mean that. However, the relevant data here is not the PT_DYNAMIC segment, it is the DT_SYMTAB section referenced from the PT_DYNAMIC segment. In section terms, it is the .dynsym section, not the .dynamic section. Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |