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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 3370 _bfd_elf_make_section_from_phdr (bfd *abfd,
3472 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null");
3475 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"))
3482 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic");
3485 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp");
3488 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note"))
3496 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib");
3499 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr");
3502 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index,
3506 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack")
3368 _bfd_elf_make_section_from_phdr (bfd *abfd, function
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 3306 _bfd_elf_make_section_from_phdr (bfd *abfd,
3408 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null");
3411 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"))
3418 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic");
3421 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp");
3424 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note"))
3432 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib");
3435 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr");
3438 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index,
3442 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack")
3304 _bfd_elf_make_section_from_phdr (bfd *abfd, function
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 3277 _bfd_elf_make_section_from_phdr (bfd *abfd,
3379 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null");
3382 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"))
3389 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic");
3392 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp");
3395 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note"))
3403 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib");
3406 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr");
3409 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index,
3413 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack")
3275 _bfd_elf_make_section_from_phdr (bfd *abfd, function
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 3368 _bfd_elf_make_section_from_phdr (bfd *abfd,
3470 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null");
3473 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"))
3480 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic");
3483 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp");
3486 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note"))
3494 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib");
3497 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr");
3500 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index,
3504 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack")
3366 _bfd_elf_make_section_from_phdr (bfd *abfd, function
    [all...]

Completed in 81 milliseconds