Searched refs:user_set_vma (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ldwrite.c | 369 n->user_set_vma = s->user_set_vma; in clone_section()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | aoutx.h | 894 if (!obj_textsec (abfd)->user_set_vma) in adjust_o_magic() 903 if (!obj_datasec (abfd)->user_set_vma) in adjust_o_magic() 917 if (!obj_bsssec (abfd)->user_set_vma) in adjust_o_magic() 963 if (! obj_textsec (abfd)->user_set_vma) in adjust_z_magic() 1006 if (!obj_datasec (abfd)->user_set_vma) in adjust_z_magic() 1044 if (!obj_bsssec (abfd)->user_set_vma) in adjust_z_magic() 1071 if (!obj_textsec (abfd)->user_set_vma) in adjust_n_magic() 1080 if (!obj_datasec (abfd)->user_set_vma) in adjust_n_magic() 1091 if (!obj_bsssec (abfd)->user_set_vma) in adjust_n_magic()
|
| D | bfd-in.h | 345 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma…
|
| D | bfd-in2.h | 352 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma… 1348 unsigned int user_set_vma : 1; member
|
| D | ChangeLog-9193 | 1886 * section.c (struct sec): Move position of user_set_vma, and 5556 * section.c (struct sec): New field user_set_vma indicates vma 5559 * bfd-in.h (bfd_set_section_vma): Set user_set_vma to true.
|
| D | ChangeLog-9697 | 4363 section to 0 if user_set_vma is set. 5398 user_set_vma and reloc_done to be single bit fields.
|
| D | elf.c | 2787 || asect->user_set_vma) in elf_fake_sections()
|
| D | elflink.c | 9595 && ! o->user_set_vma) in bfd_elf_final_link()
|
| /freebsd-12-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 358 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma… 1354 unsigned int user_set_vma : 1; member
|