Searched refs:strsec (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-som.c274 asection *strsec; local
281 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
282 if (strsec)
283 strsz = bfd_section_size (abfd, strsec);
H A Dobj-elf.c1653 asection *strsec; local
1665 strsec = bfd_get_section_by_name (abfd, name);
1666 if (strsec)
1667 strsz = bfd_section_size (abfd, strsec);
H A Dobj-coff.c1655 segT strsec;
1716 strsec = sec;
1719 size = bfd_get_section_size (strsec);
1651 segT strsec; local
/haiku-buildtools/binutils/gas/config/
H A Dobj-som.c267 asection *strsec; local
274 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
275 if (strsec)
276 strsz = bfd_section_size (abfd, strsec);
H A Dobj-coff.c1714 segT strsec;
1780 strsec = sec;
1783 size = bfd_get_section_size (strsec);
1710 segT strsec; local
H A Dobj-elf.c2077 asection *strsec; local
2087 strsec = bfd_get_section_by_name (abfd, name);
2088 if (strsec)
2089 strsz = bfd_section_size (abfd, strsec);
/haiku-buildtools/binutils/bfd/
H A Dsyms.c900 asection *strsec; member in struct:stab_find_info
972 if (info->stabsec == NULL || info->strsec == NULL)
981 strsize = (info->strsec->rawsize
982 ? info->strsec->rawsize
983 : info->strsec->size);
1002 info->strsec = bfd_get_section_by_name (abfd, ".stabstr");
1004 if (info->stabsec == NULL || info->strsec == NULL)
1008 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$");
1010 if (info->stabsec == NULL || info->strsec == NULL)
1023 strsize = (info->strsec
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dsyms.c875 asection *strsec; member in struct:stab_find_info
948 if (info->stabsec == NULL || info->strsec == NULL)
957 strsize = (info->strsec->rawsize
958 ? info->strsec->rawsize
959 : info->strsec->size);
979 info->strsec = bfd_get_section_by_name (abfd, ".stabstr");
981 if (info->stabsec == NULL || info->strsec == NULL)
992 strsize = (info->strsec->rawsize
993 ? info->strsec->rawsize
994 : info->strsec
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Drddbg.c118 asection *sec, *strsec; local
121 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
122 if (sec != NULL && strsec != NULL)
139 strsize = bfd_section_size (abfd, strsec);
141 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize))
H A Dreadelf.c4592 Elf_Internal_Shdr *strsec;
4631 strsec = SECTION_HEADER (symsec->sh_link);
4633 strtab = get_data (NULL, file, strsec->sh_offset,
4634 1, strsec->sh_size,
4636 strtablen = strtab == NULL ? 0 : strsec->sh_size;
4927 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec;
4941 strsec = SECTION_HEADER (sec->sh_link);
4942 aux.strtab = get_data (NULL, file, strsec->sh_offset,
4943 1, strsec->sh_size, _("string table"));
4944 aux.strtab_size = aux.strtab != NULL ? strsec
4589 Elf_Internal_Shdr *strsec; local
4924 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; local
5336 Elf_Internal_Shdr *strsec; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Drddbg.c120 asection *sec, *strsec; local
123 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
124 if (sec != NULL && strsec != NULL)
141 strsize = bfd_section_size (abfd, strsec);
143 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize))
H A Dreadelf.c6927 Elf_Internal_Shdr * strsec;
6964 strsec = section_headers + symsec->sh_link;
6966 strtab = (char *) get_data (NULL, file, strsec->sh_offset,
6967 1, strsec->sh_size,
6969 strtablen = strtab == NULL ? 0 : strsec->sh_size;
7333 Elf_Internal_Shdr * strsec;
7346 strsec = section_headers + sec->sh_link;
7352 aux.strtab = (char *) get_data (NULL, file, strsec->sh_offset,
7353 1, strsec->sh_size,
7355 aux.strtab_size = aux.strtab != NULL ? strsec
6924 Elf_Internal_Shdr * strsec; local
7330 Elf_Internal_Shdr * strsec; local
7764 Elf_Internal_Shdr * strsec; local
8795 Elf_Internal_Shdr *strsec; local
[all...]

Completed in 150 milliseconds