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

  /src/external/gpl3/binutils/dist/bfd/
peicode.h 110 combined_entry_type * native_syms; member in struct:__anon9832
431 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (*vars.native_syms))
890 vars.native_syms = (combined_entry_type *) ptr;
1162 obj_raw_syments (abfd) = vars.native_syms;
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 105 combined_entry_type * native_syms; member in struct:__anon11314
426 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (*vars.native_syms))
885 vars.native_syms = (combined_entry_type *) ptr;
1157 obj_raw_syments (abfd) = vars.native_syms;
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 105 combined_entry_type * native_syms; member in struct:__anon17758
426 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (*vars.native_syms))
891 vars.native_syms = (combined_entry_type *) ptr;
1158 obj_raw_syments (abfd) = vars.native_syms;
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 105 combined_entry_type * native_syms; member in struct:__anon20499
425 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
877 vars.native_syms = (combined_entry_type *) ptr;
1140 obj_raw_syments (abfd) = vars.native_syms;

Completed in 28 milliseconds