Home | History | Annotate | Download | only in runtime

Lines Matching full:case

80     // case 1: well known d_tag values that imply Elf32_Dyn.d_un contains an address in d_ptr
81 case DT_PLTGOT:
82 case DT_HASH:
83 case DT_STRTAB:
84 case DT_SYMTAB:
85 case DT_RELA:
86 case DT_INIT:
87 case DT_FINI:
88 case DT_REL:
89 case DT_DEBUG:
90 case DT_JMPREL: {
94 case DT_NULL:
95 case DT_NEEDED:
96 case DT_PLTRELSZ:
97 case DT_RELASZ:
98 case DT_RELAENT:
99 case DT_STRSZ:
100 case DT_SYMENT:
101 case DT_SONAME:
102 case DT_RPATH:
103 case DT_SYMBOLIC:
104 case DT_RELSZ:
105 case DT_RELENT:
106 case DT_PLTREL:
107 case DT_TEXTREL:
108 case DT_BIND_NOW:
109 case DT_INIT_ARRAYSZ:
110 case DT_FINI_ARRAYSZ:
111 case DT_RUNPATH:
112 case DT_FLAGS: {
116 case DT_ENCODING:
117 case DT_LOOS:
118 case DT_HIOS:
119 case DT_LOPROC:
120 case DT_HIPROC: {
125 // case 2: "regular" DT_* ranges where even d_tag values imply an address in d_ptr
129 // Special case for MIPS which breaks the regular rules between DT_LOPROC and DT_HIPROC
132 case DT_MIPS_RLD_VERSION:
133 case DT_MIPS_TIME_STAMP:
134 case DT_MIPS_ICHECKSUM:
135 case DT_MIPS_IVERSION:
136 case DT_MIPS_FLAGS:
137 case DT_MIPS_LOCAL_GOTNO:
138 case DT_MIPS_CONFLICTNO:
139 case DT_MIPS_LIBLISTNO:
140 case DT_MIPS_SYMTABNO:
141 case DT_MIPS_UNREFEXTNO:
142 case DT_MIPS_GOTSYM:
143 case DT_MIPS_HIPAGENO: {
146 case DT_MIPS_BASE_ADDRESS:
147 case DT_MIPS_CONFLICT:
148 case DT_MIPS_LIBLIST:
149 case DT_MIPS_RLD_MAP: {