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

  /src/external/bsd/openldap/dist/servers/slapd/
sl_malloc.c 100 unsigned char **sh_map; member in struct:slab_heap
149 ch_free(sh->sh_map[i]);
152 ch_free(sh->sh_map);
266 sh->sh_map = (unsigned char **)
274 sh->sh_map[i] = (unsigned char *) ch_malloc(nummaps);
275 memset(sh->sh_map[i], 0, nummaps);
352 sh->sh_map[order-order_start][diff>>3] |= (1 << (diff & 0x7));
370 sh->sh_map[order-order_start][diff>>3] |=
545 sh->sh_map[i-order_start][diff>>3] &= (~(1 << (diff & 0x7)));
547 if (!(sh->sh_map[i-order_start][(diff+1)>>3]
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 1385 } sh_map; typedef in typeref:struct:__anon22562
1387 static const sh_map ob_shuffle[][8] = {
1400 static const sh_map qh_shuffle[][4] = {
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 1385 } sh_map; typedef in typeref:struct:__anon2030
1387 static const sh_map ob_shuffle[][8] = {
1400 static const sh_map qh_shuffle[][4] = {
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 1110 unsigned *sh_map; local
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx])
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 1110 unsigned *sh_map; local
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx])
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 1110 unsigned *sh_map; local
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx])
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 1110 unsigned *sh_map; local
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx])
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 1110 unsigned *sh_map; local
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx])
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 1110 unsigned *sh_map; local
1287 sh_map = XNEWVEC (unsigned, shnum);
1288 sh_map[0] = 0;
1293 sh_map[i] = 0;
1295 sh_map[i] = new_i++;
1304 sh_map[symtab_indices_shndx[i - 1]] = new_i++;
1542 st_shndx = sh_map[first_shndx];
1575 st_shndx = sh_map[st_shndx];
1586 symtab_indices_shndx_buf[sh_map[symtab_indices_shndx[i - 1]]
1603 type_functions->set_Elf_Word (dst, sh_map[shndx])
    [all...]

Completed in 78 milliseconds