HomeSort by: relevance | last modified time | path
    Searched defs:rloc (Results 1 - 13 of 13) sorted by relevancy

  /src/games/hack/
hack.makemon.c 145 rloc(mtmp);
229 { /* used only in mnexto and rloc */
239 rloc(struct monst *mtmp) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h 48 int rloc; member in struct:omr_prefix
74 int rloc, bool stable, bool ncp);
cti-services.h 74 int rloc; member in struct:_cti_prefix
150 int rloc; member in struct:_cti_route
490 cti_prefix_create_(struct in6_addr *NONNULL prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp,
492 #define cti_prefix_create(prefix, prefix_length, metric, flags, rloc, stable, ncp) \
493 cti_prefix_create_(prefix, prefix_length, metric, flags, rloc, stable, ncp, __FILE__, __LINE__)
1026 * rloc: Routing locator.
1035 bool nat64, bool stable, offmesh_route_preference_t preference, int rloc,
1037 #define cti_route_create(prefix, prefix_length, origin, nat64, stable, preference, rloc, next_hop_is_host) \
1038 cti_route_create_(prefix, prefix_length, origin, nat64, stable, preference, rloc, next_hop_is_host, __FILE__, __LINE__)
nat64.h 66 int rloc; member in struct:nat64_prefix
255 nat64_preference pref, int rloc);
cti-services.c 1641 cti_prefix_create_(struct in6_addr *prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp,
1650 prefix_ret->rloc = rloc;
1875 bool nat64, bool stable, offmesh_route_preference_t preference, int rloc,
1886 route_ret->rloc = rloc;
1911 int rloc = 0, prefix_len = 0; local
1947 } else if (!strcmp(key, "rloc")) {
1948 rloc = (int)xpc_dictionary_get_uint64(array_sub_dict, "value");
2001 cti_route_t *r = cti_route_create(&prefix_addr, prefix_len, origin, nat64, stable, pref, rloc, next_hop_is_host)
2097 int rloc = 0, prefix_len = 0, flags = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 3980 bfd_byte *rloc;
3988 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela));
3992 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc);
3965 bfd_byte *rloc; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 3956 bfd_byte *rloc;
3964 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela));
3968 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc);
3941 bfd_byte *rloc; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 22138 location_t rloc = c_parser_peek_token (parser)->location;
22427 DECL_SOURCE_LOCATION (omp_out) = rloc;
22435 DECL_SOURCE_LOCATION (omp_priv) = rloc;
22133 location_t rloc = c_parser_peek_token (parser)->location; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 3910 bfd_byte *rloc;
3918 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela));
3922 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc);
3895 bfd_byte *rloc; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 3917 bfd_byte *rloc;
3925 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela));
3929 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc);
3902 bfd_byte *rloc; local
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 16826 unsigned char *rloc;
16902 rloc = start + rp->r_offset;
16955 addend += byte_get (rloc, reloc_size) & 0x3f;
16957 addend += byte_get (rloc, reloc_size);
16966 byte_put (rloc, (addend + sym->st_value) - rp->r_offset,
16977 addend = (addend & 0x3f) | (byte_get (rloc, reloc_size) & 0xc0);
16978 byte_put (rloc, addend, reloc_size);
16981 byte_put (rloc, addend - sym->st_value, reloc_size);
16983 byte_put (rloc, addend + sym->st_value, reloc_size);
16823 unsigned char *rloc; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 16281 unsigned char *rloc;
16349 rloc = start + rp->r_offset;
16350 if (!IN_RANGE (start, end, rloc, reloc_size))
16410 addend += byte_get (rloc, reloc_size) & 0x3f;
16412 addend += byte_get (rloc, reloc_size);
16421 byte_put (rloc, (addend + sym->st_value) - rp->r_offset,
16432 addend = (addend & 0x3f) | (byte_get (rloc, reloc_size) & 0xc0);
16433 byte_put (rloc, addend, reloc_size);
16436 byte_put (rloc, addend - sym->st_value, reloc_size);
16438 byte_put (rloc, addend + sym->st_value, reloc_size)
16278 unsigned char *rloc; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 25451 location_t rloc = c_parser_peek_token (parser)->location;
25744 DECL_SOURCE_LOCATION (omp_out) = rloc;
25752 DECL_SOURCE_LOCATION (omp_priv) = rloc;
25446 location_t rloc = c_parser_peek_token (parser)->location; local

Completed in 130 milliseconds