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

  /src/external/gpl3/binutils/dist/include/aout/
ranlib.h 19 /* The Symdef member of an archive contains two things:
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
38 /* Format of __.SYMDEF:
39 First, a longword containing the size of the 'symdef' data that follows.
40 Second, zero or more 'symdef' structures.
44 struct symdef struct
59 #define ranlib symdef
  /src/external/gpl3/binutils.old/dist/include/aout/
ranlib.h 19 /* The Symdef member of an archive contains two things:
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
38 /* Format of __.SYMDEF:
39 First, a longword containing the size of the 'symdef' data that follows.
40 Second, zero or more 'symdef' structures.
44 struct symdef struct
59 #define ranlib symdef
  /src/external/gpl3/gdb/dist/include/aout/
ranlib.h 19 /* The Symdef member of an archive contains two things:
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
38 /* Format of __.SYMDEF:
39 First, a longword containing the size of the 'symdef' data that follows.
40 Second, zero or more 'symdef' structures.
44 struct symdef struct
59 #define ranlib symdef
  /src/external/gpl3/gdb.old/dist/include/aout/
ranlib.h 19 /* The Symdef member of an archive contains two things:
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
38 /* Format of __.SYMDEF:
39 First, a longword containing the size of the 'symdef' data that follows.
40 Second, zero or more 'symdef' structures.
44 struct symdef struct
59 #define ranlib symdef
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 68 char * symdef;
1539 bfd_set_asymbol_name (sym, ptr->symdef);
5579 newsym->symdef = xstrndup (optarg, s - optarg);
67 char * symdef; member in struct:addsym_node
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 69 char * symdef;
1530 bfd_set_asymbol_name (sym, ptr->symdef);
5577 newsym->symdef = xstrndup (optarg, s - optarg);
68 char * symdef; member in struct:addsym_node
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 1490 asymbol *symdef = symbol->section->owner->outsymbols[i];
1492 if (strcmp (symdef->name, symbol->name) == 0)
1494 elfsym = (elf_symbol_type *) symdef;
1488 asymbol *symdef = symbol->section->owner->outsymbols[i]; local
elflink.c 3705 whose archive map contains a mention of SYMDEF, and determine if
3708 elf_link_is_defined_archive_symbol (bfd * abfd, carsym * symdef)
3719 abfd = _bfd_get_elt_at_filepos (abfd, symdef->file_offset, NULL);
3777 /* Scan the symbol table looking for SYMDEF. */
3788 if (strcmp (name, symdef->name) == 0)
6301 carsym *symdef;
6307 symdef = symdefs;
6308 symdefend = symdef + c;
6309 for (i = 0; symdef < symdefend; symdef++, i++
6292 carsym *symdef; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 1498 asymbol *symdef = symbol->section->owner->outsymbols[i];
1500 if (strcmp (symdef->name, symbol->name) == 0)
1502 elfsym = (elf_symbol_type *) symdef;
1496 asymbol *symdef = symbol->section->owner->outsymbols[i]; local
elflink.c 3665 whose archive map contains a mention of SYMDEF, and determine if
3668 elf_link_is_defined_archive_symbol (bfd * abfd, carsym * symdef)
3679 abfd = _bfd_get_elt_at_filepos (abfd, symdef->file_offset, NULL);
3740 /* Scan the symbol table looking for SYMDEF. */
3751 if (strcmp (name, symdef->name) == 0)
6263 carsym *symdef;
6269 symdef = symdefs;
6270 symdefend = symdef + c;
6271 for (i = 0; symdef < symdefend; symdef++, i++
6254 carsym *symdef; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 1498 asymbol *symdef = symbol->section->owner->outsymbols[i];
1500 if (strcmp (symdef->name, symbol->name) == 0)
1502 elfsym = (elf_symbol_type *) symdef;
1496 asymbol *symdef = symbol->section->owner->outsymbols[i]; local
elflink.c 3638 whose archive map contains a mention of SYMDEF, and determine if
3641 elf_link_is_defined_archive_symbol (bfd * abfd, carsym * symdef)
3652 abfd = _bfd_get_elt_at_filepos (abfd, symdef->file_offset, NULL);
3713 /* Scan the symbol table looking for SYMDEF. */
3724 if (strcmp (name, symdef->name) == 0)
6226 carsym *symdef;
6232 symdef = symdefs;
6233 symdefend = symdef + c;
6234 for (i = 0; symdef < symdefend; symdef++, i++
6217 carsym *symdef; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 1498 asymbol *symdef = symbol->section->owner->outsymbols[i];
1500 if (strcmp (symdef->name, symbol->name) == 0)
1502 elfsym = (elf_symbol_type *) symdef;
1496 asymbol *symdef = symbol->section->owner->outsymbols[i]; local
elflink.c 3624 whose archive map contains a mention of SYMDEF, and determine if
3627 elf_link_is_defined_archive_symbol (bfd * abfd, carsym * symdef)
3638 abfd = _bfd_get_elt_at_filepos (abfd, symdef->file_offset, NULL);
3698 /* Scan the symbol table looking for SYMDEF. */
3709 if (strcmp (name, symdef->name) == 0)
6212 carsym *symdef;
6218 symdef = symdefs;
6219 symdefend = symdef + c;
6220 for (i = 0; symdef < symdefend; symdef++, i++
6203 carsym *symdef; local
    [all...]

Completed in 109 milliseconds