/toolchain/binutils/binutils-2.25/gas/config/ |
obj-som.c | 266 asection *strsec; local 273 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 274 if (strsec) 275 strsz = bfd_section_size (abfd, strsec);
|
obj-coff.c | 1732 segT strsec; local [all...] |
obj-elf.c | 2021 asection *strsec; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
rddbg.c | 120 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))
|
readelf.c | 6131 Elf_Internal_Shdr * strsec; local 6463 Elf_Internal_Shdr * strsec; local 6886 Elf_Internal_Shdr * strsec; local 7875 Elf_Internal_Shdr *strsec; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
syms.c | 898 asection *strsec; member in struct:stab_find_info 970 if (info->stabsec == NULL || info->strsec == NULL) 979 strsize = (info->strsec->rawsize 980 ? info->strsec->rawsize 981 : info->strsec->size); 1000 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); 1002 if (info->stabsec == NULL || info->strsec == NULL) 1006 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 1008 if (info->stabsec == NULL || info->strsec == NULL) 1021 strsize = (info->strsec->rawsiz [all...] |