Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp166 const uint32_t r_type = ELFW(R_TYPE)(reloc.r_info); in process_relocation_impl() local
223 if (__predict_false(r_type == R_GENERIC_NONE)) { in process_relocation_impl()
236 if (!IsGeneral && __predict_false(is_tls_reloc(r_type))) { in process_relocation_impl()
242 if (IsGeneral && is_tls_reloc(r_type)) { in process_relocation_impl()
258 relocator.si->get_realpath(), sym_type, r_type); in process_relocation_impl()
262 sym_name, relocator.si->get_realpath(), sym_type, r_type); in process_relocation_impl()
298 switch (r_type) { in process_relocation_impl()
314 if (r_type == R_GENERIC_JUMP_SLOT) { in process_relocation_impl()
328 if (r_type == R_GENERIC_ABSOLUTE) { in process_relocation_impl()
335 } else if (r_type == R_GENERIC_GLOB_DAT) { in process_relocation_impl()
[all …]
/bionic/libc/kernel/uapi/linux/
Dcoff.h178 char r_type[2]; member
/bionic/libc/tzcode/
Dlocaltime.c133 enum r_type { enum
140 enum r_type r_type; /* type of rule */ member
1011 rulep->r_type = JULIAN_DAY; in getrule()
1018 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
1035 rulep->r_type = DAY_OF_YEAR; in getrule()
1065 switch (rulep->r_type) { in transtime()