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

  /src/external/gpl3/binutils/dist/bfd/
peicode.h 415 There will be NUM_ILF_SECTIONS section symbols. Allow 9 characters
426 #define NUM_ILF_SECTIONS 6
427 #define NUM_ILF_SYMS (2 + NUM_ILF_SECTIONS)
438 + NUM_ILF_SECTIONS * 9 \
453 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS \
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 410 There will be NUM_ILF_SECTIONS section symbols. Allow 9 characters
421 #define NUM_ILF_SECTIONS 6
422 #define NUM_ILF_SYMS (2 + NUM_ILF_SECTIONS)
433 + NUM_ILF_SECTIONS * 9 \
448 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS \
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 410 There will be NUM_ILF_SECTIONS section symbols. Allow 9 characters
421 #define NUM_ILF_SECTIONS 6
422 #define NUM_ILF_SYMS (2 + NUM_ILF_SECTIONS)
433 + NUM_ILF_SECTIONS * 9 \
448 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS \
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 409 There will be NUM_ILF_SECTIONS section symbols. Allow 9 characters
420 #define NUM_ILF_SECTIONS 6
421 #define NUM_ILF_SYMS (2 + NUM_ILF_SECTIONS)
432 + NUM_ILF_SECTIONS * 9 \
447 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS * sizeof (struct coff_section_tdata))

Completed in 47 milliseconds