Searched refs:r_type (Results 1 – 3 of 3) sorted by relevance
164 const uint32_t r_type = ELFW(R_TYPE)(reloc.r_info); in process_relocation_impl() local219 if (__predict_false(r_type == R_GENERIC_NONE)) { in process_relocation_impl()232 if (IsGeneral && is_tls_reloc(r_type)) { in process_relocation_impl()246 sym_name, relocator.si->get_realpath(), ELF_ST_TYPE(sym->st_info), r_type); in process_relocation_impl()281 switch (r_type) { in process_relocation_impl()297 if (r_type == R_GENERIC_JUMP_SLOT) { in process_relocation_impl()311 if (r_type == R_GENERIC_ABSOLUTE) { in process_relocation_impl()318 } else if (r_type == R_GENERIC_GLOB_DAT) { in process_relocation_impl()328 } else if (r_type == R_GENERIC_RELATIVE) { in process_relocation_impl()347 switch (r_type) { in process_relocation_impl()[all …]
190 char r_type[2]; member
138 enum r_type { enum145 enum r_type r_type; /* type of rule */ member878 rulep->r_type = JULIAN_DAY; in getrule()885 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()902 rulep->r_type = DAY_OF_YEAR; in getrule()933 switch (rulep->r_type) { in transtime()