Searched refs:r_type (Results 151 - 163 of 163) sorted by relevance

1234567

/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dlocaltime.c124 int r_type; /* type of rule--see below */ member in struct:rule
767 rulep->r_type = JULIAN_DAY;
774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
791 rulep->r_type = DAY_OF_YEAR;
826 switch (rulep->r_type) {
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c156 int r_type; /* type of rule--see below */ member in struct:rule
885 rulep->r_type = JULIAN_DAY;
892 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
909 rulep->r_type = DAY_OF_YEAR;
944 switch (rulep->r_type) {
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp732 switch(sreloc->r_type) {
776 if ( reloc->r_type != X86_64_RELOC_UNSIGNED )
794 switch(reloc->r_type) {
815 switch(sreloc->r_type) {
1208 switch(reloc->r_type) {
1993 switch(reloc->r_type) {
2055 switch(reloc->r_type) {
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-h8300.c279 { x.r_type = select_reloc (howto); }
299 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
304 switch (dst->r_type)
H A Dhp300hpux.c660 switch (bytes->r_type[0])
H A Dcoffcode.h2562 n.r_type = q->howto->type;
4811 and 960 use the @code{r_type} to directly produce an index
4813 @code{r_type} field and creates an addend field.
4917 /* Fill in the cache_ptr->howto field from dst.r_type. */
4925 abfd, dst.r_type, (long) dst.r_vaddr);
H A Decoff.c2664 in.r_type = reloc->howto->type;
4205 in.r_type = rel.howto->type;
H A Dcofflink.c2811 irel->r_type = howto->type;
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp712 uint8_t r_type() const INLINE { return E::getBits(other, 28, 4); }
740 uint8_t r_type() const INLINE { return BigEndian::getBitsRaw(E::get32(other), 4, 4); }
H A DMachOBinder.hpp863 if ( reloc->r_type() != pointerRelocType() )
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c119 int r_type; member in struct:LibraryInfo
4835 *type = frameworkType[frameworkInfo[start].r_type];
4982 frameworkInfo[numFrameworks].r_type = type;
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dquery.c3863 INSIST(st->r.r_type == type);
5290 rpz_st->r.r_type = event->qtype;
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp4744 || reloc[i].r_type != 0

Completed in 421 milliseconds

1234567