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

  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 2229 bfd_mach_o_asymbol **isyms = sec->indirect_syms; local
2232 if (isyms == NULL || num == 0)
2238 if (isyms[j] == NULL)
2240 else if (isyms[j]->symbol.section == bfd_abs_section_ptr
2241 && ! (isyms[j]->n_type & BFD_MACH_O_N_EXT))
2245 cmd->indirect_syms[n] = isyms[j]->symbol.udata.i;
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 2228 bfd_mach_o_asymbol **isyms = sec->indirect_syms; local
2231 if (isyms == NULL || num == 0)
2237 if (isyms[j] == NULL)
2239 else if (isyms[j]->symbol.section == bfd_abs_section_ptr
2240 && ! (isyms[j]->n_type & BFD_MACH_O_N_EXT))
2244 cmd->indirect_syms[n] = isyms[j]->symbol.udata.i;
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 2226 bfd_mach_o_asymbol **isyms = sec->indirect_syms; local
2229 if (isyms == NULL || num == 0)
2235 if (isyms[j] == NULL)
2237 else if (isyms[j]->symbol.section == bfd_abs_section_ptr
2238 && ! (isyms[j]->n_type & BFD_MACH_O_N_EXT))
2242 cmd->indirect_syms[n] = isyms[j]->symbol.udata.i;
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 2226 bfd_mach_o_asymbol **isyms = sec->indirect_syms; local
2229 if (isyms == NULL || num == 0)
2235 if (isyms[j] == NULL)
2237 else if (isyms[j]->symbol.section == bfd_abs_section_ptr
2238 && ! (isyms[j]->n_type & BFD_MACH_O_N_EXT))
2242 cmd->indirect_syms[n] = isyms[j]->symbol.udata.i;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 7999 Elf_Internal_Sym * isyms = NULL;
8075 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
8077 if (isyms == NULL)
8083 for (j = 0, psym = isyms; j < number; j++, psym++)
8103 * num_syms_return = isyms == NULL ? 0 : number;
8105 return isyms;
8116 Elf_Internal_Sym * isyms = NULL;
8192 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
8194 if (isyms == NULL)
8200 for (j = 0, psym = isyms; j < number; j++, psym++
7996 Elf_Internal_Sym * isyms = NULL; local
8113 Elf_Internal_Sym * isyms = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 7599 Elf_Internal_Sym * isyms = NULL;
7675 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
7677 if (isyms == NULL)
7683 for (j = 0, psym = isyms; j < number; j++, psym++)
7703 * num_syms_return = isyms == NULL ? 0 : number;
7705 return isyms;
7716 Elf_Internal_Sym * isyms = NULL;
7792 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
7794 if (isyms == NULL)
7800 for (j = 0, psym = isyms; j < number; j++, psym++
7596 Elf_Internal_Sym * isyms = NULL; local
7713 Elf_Internal_Sym * isyms = NULL; local
    [all...]

Completed in 52 milliseconds