Home | History | Annotate | Download | only in compiler

Lines Matching defs:d_ptr

64 // MIPS seems to break the rules d_val vs d_ptr even though their values are between DT_LOPROC and DT_HIPROC
70 #define DT_MIPS_BASE_ADDRESS 0x70000006 // d_ptr
71 #define DT_MIPS_CONFLICT 0x70000008 // d_ptr
72 #define DT_MIPS_LIBLIST 0x70000009 // d_ptr
80 #define DT_MIPS_RLD_MAP 0x70000016 // d_ptr
88 // case 1: well known d_tag values that imply Elf32_Dyn.d_un contains an address in d_ptr
134 // case 2: "regular" DT_* ranges where even d_tag values imply an address in d_ptr
177 uint32_t d_ptr = elf_dyn.d_un.d_ptr;
181 d_ptr, d_ptr + base_address);
183 d_ptr += base_address;
184 elf_dyn.d_un.d_ptr = d_ptr;