Searched refs:check_vma (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | internal.h | 323 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 355 && (!(check_vma) \
|
H A D | ChangeLog-0415 | 1023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | internal.h | 323 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \ argument 356 && (!(check_vma) \
|
H A D | ChangeLog-0415 | 1023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf.c | 6022 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 D | elf.c | 6568 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 D | ChangeLog-0415 | 1023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
|
/netbsd-src/external/gpl3/gdb.old/dist/include/elf/ |
H A D | ChangeLog-0415 | 1023 (ELF_SECTION_IN_SEGMENT_1): ..this. Add check_vma param. Protect
|