Home
last modified time | relevance | path

Searched refs:check_vma (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dinternal.h323 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument
355 && (!(check_vma) \
H A DChangeLog-04151023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h323 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument
356 && (!(check_vma) \
H A DChangeLog-04151023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c6022 bool check_vma = true; in assign_file_positions_for_load_sections() local
6032 check_vma = false; in assign_file_positions_for_load_sections()
6043 if (!ELF_SECTION_IN_SEGMENT_1 (this_hdr, p, check_vma, 0) in assign_file_positions_for_load_sections()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c6568 bool check_vma = true; in assign_file_positions_for_load_sections() local
6578 check_vma = false; in assign_file_positions_for_load_sections()
6589 if (!ELF_SECTION_IN_SEGMENT_1 (this_hdr, p, check_vma, 0) in assign_file_positions_for_load_sections()
/netbsd-src/external/gpl3/gdb/dist/include/elf/
H A DChangeLog-04151023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
/netbsd-src/external/gpl3/gdb.old/dist/include/elf/
H A DChangeLog-04151023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect