Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_relocate.cpp164 const uint32_t r_type = ELFW(R_TYPE)(reloc.r_info); in process_relocation_impl() local
219 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 …]
/bionic/libc/kernel/uapi/linux/
Dcoff.h190 char r_type[2]; member
/bionic/libc/tzcode/
Dlocaltime.c138 enum r_type { enum
145 enum r_type r_type; /* type of rule */ member
878 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()