Home
last modified time | relevance | path

Searched refs:user_set_vma (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/binutils/ld/
Dldwrite.c369 n->user_set_vma = s->user_set_vma; in clone_section()
/freebsd-12-stable/contrib/binutils/bfd/
Daoutx.h894 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()
Dbfd-in.h345 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma
Dbfd-in2.h352 #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
DChangeLog-91931886 * 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.
DChangeLog-96974363 section to 0 if user_set_vma is set.
5398 user_set_vma and reloc_done to be single bit fields.
Delf.c2787 || asect->user_set_vma) in elf_fake_sections()
Delflink.c9595 && ! o->user_set_vma) in bfd_elf_final_link()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h358 #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