Searched defs:segname (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | subsegs.c | 145 subseg_get (const char *segname, int force_new) in subseg_get() 176 subseg_new (const char *segname, subsegT subseg) in subseg_new() 188 subseg_force_new (const char *segname, subsegT subseg) in subseg_force_new()
|
D | listing.c | 320 const char *segname; in listing_newline() local 432 const char *segname; in listing_newline() local
|
D | ecoff.c | 4014 const char *segname; in ecoff_build_symbols() local
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-mach-o.c | 102 unsigned char segname[16]; /* Name of this segment. */ member 119 unsigned char segname[16]; /* Name of this segment. */ member 135 unsigned char segname[16]; /* Segment that the section belongs to. */ member 152 unsigned char segname[16]; /* Segment that the section belongs to. */ member
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | external.h | 44 unsigned char segname[16]; /* Segment that the section belongs to. */ member 62 unsigned char segname[16]; /* Segment that the section belongs to. */ member 85 unsigned char segname[16]; /* Name of this segment. */ member 99 unsigned char segname[16]; /* Name of this segment. */ member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 168 obj_mach_o_make_or_get_sect (char * segname, char * sectname, in obj_mach_o_make_or_get_sect() 313 char segname[17]; in obj_mach_o_section() local 448 char segname[17]; in obj_mach_o_zerofill() local
|
D | tc-score7.c | 4593 const char *segname; in s7_nopic_need_relax() local
|
D | tc-score.c | 4797 const char *segname; in s3_nopic_need_relax() local
|
D | tc-mips.c | 16698 const char *segname; in nopic_need_relax() local
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 298 bfd_mach_o_section_data_for_mach_sect (bfd *abfd, const char *segname, in bfd_mach_o_section_data_for_mach_sect() 331 const char **segname) in bfd_mach_o_section_data_for_bfd_name() 375 bfd_mach_o_convert_section_name_to_bfd (bfd *abfd, const char *segname, in bfd_mach_o_convert_section_name_to_bfd() 440 const char *segname; in bfd_mach_o_convert_section_name_to_mach_o() local 2883 const char *segname, unsigned int nbr_sect) in bfd_mach_o_init_segment() 3043 const char *segname = mdata->sections[i]->segname; in bfd_mach_o_build_commands() local 3356 const unsigned char *segname, in bfd_mach_o_make_bfd_section()
|
D | mach-o.h | 62 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member 90 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member 721 const char *segname; member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 2068 const char *segname, const char *sectname, in dump_section_content()
|