HomeSort by: relevance | last modified time | path
    Searched refs:sec_name (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.cc 154 const char *sec_name; variable
179 btfext_info_sec_find_or_add (const char *sec_name, bool add)
185 if (strcmp ((*tmp)->sec_name, sec_name) == 0)
197 ret->sec_name = sec_name;
198 ret->sec_name_off = btf_ext_add_string (sec_name);
217 bpf_create_or_find_funcinfo (const char *fnname, const char *sec_name,
221 btfext_info_sec_find_or_add (sec_name, true);
241 bpf_create_core_reloc (const char *sec_name,
382 const char *sec_name = decl_section_name (decl); local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Elf.h 84 unsigned int elf_get_sec_num (const char *sec_name);
104 DwrSec *get_dwr_section (const char *sec_name); // Used in Dwarf reader
Dwarf.h 90 DwrSec *dwrGetSec (const char *sec_name);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.h 84 unsigned int elf_get_sec_num (const char *sec_name);
104 DwrSec *get_dwr_section (const char *sec_name); // Used in Dwarf reader
Dwarf.h 90 DwrSec *dwrGetSec (const char *sec_name);
  /src/external/gpl3/gdb/dist/gdb/
coff-pe-read.c 455 char sec_name[SCNNMLEN + 1];
462 || bfd_read (sec_name, SCNNMLEN, dll) != SCNNMLEN)
464 sec_name[SCNNMLEN] = '\0';
466 sectix = read_pe_section_index (sec_name);
467 section = bfd_get_section_by_name (dll, sec_name);
482 section_data[otherix].section_name = sec_name;
451 char sec_name[SCNNMLEN + 1]; local
printcmd.c 1513 const char *obj_name, *mapped, *sec_name, *msym_name;
1519 sec_name = osect->the_bfd_section->name;
1541 loc_string, mapped, sec_name, obj_name);
1545 loc_string, sec_name, obj_name);
1549 loc_string, mapped, sec_name, obj_name);
1552 loc_string, sec_name, obj_name);
1558 loc_string, mapped, sec_name);
1562 loc_string, sec_name);
1566 loc_string, mapped, sec_name);
1569 loc_string, sec_name);
1509 const char *obj_name, *mapped, *sec_name, *msym_name; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
coff-pe-read.c 455 char sec_name[SCNNMLEN + 1];
462 || bfd_read (sec_name, SCNNMLEN, dll) != SCNNMLEN)
464 sec_name[SCNNMLEN] = '\0';
466 sectix = read_pe_section_index (sec_name);
467 section = bfd_get_section_by_name (dll, sec_name);
482 section_data[otherix].section_name = sec_name;
451 char sec_name[SCNNMLEN + 1]; local
printcmd.c 1513 const char *obj_name, *mapped, *sec_name, *msym_name;
1519 sec_name = osect->the_bfd_section->name;
1541 loc_string, mapped, sec_name, obj_name);
1545 loc_string, sec_name, obj_name);
1549 loc_string, mapped, sec_name, obj_name);
1552 loc_string, sec_name, obj_name);
1558 loc_string, mapped, sec_name);
1562 loc_string, sec_name);
1566 loc_string, mapped, sec_name);
1569 loc_string, sec_name);
1509 const char *obj_name, *mapped, *sec_name, *msym_name; local
    [all...]
  /src/external/gpl3/binutils/dist/include/elf/
xtensa.h 223 const char *sec_name,
  /src/external/gpl3/binutils.old/dist/include/elf/
xtensa.h 223 const char *sec_name,
  /src/external/gpl3/gdb/dist/include/elf/
xtensa.h 223 const char *sec_name,
  /src/external/gpl3/gdb.old/dist/include/elf/
xtensa.h 223 const char *sec_name,
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 446 sec_to_styp_flags (const char *sec_name, flagword sec_flags)
450 if (!strcmp (sec_name, _TEXT))
454 else if (!strcmp (sec_name, _DATA))
458 else if (!strcmp (sec_name, _BSS))
463 else if (!strcmp (sec_name, _COMMENT))
469 else if (!strcmp (sec_name, _LIB))
475 else if (!strcmp (sec_name, _LIT))
480 else if (startswith (sec_name, DOT_DEBUG)
481 || startswith (sec_name, DOT_ZDEBUG))
484 if (!sec_name[6]
    [all...]
ecoff.c 1694 const char *sec_name;
1700 case RELOC_SECTION_TEXT: sec_name = _TEXT; break;
1701 case RELOC_SECTION_RDATA: sec_name = _RDATA; break;
1702 case RELOC_SECTION_DATA: sec_name = _DATA; break;
1703 case RELOC_SECTION_SDATA: sec_name = _SDATA; break;
1704 case RELOC_SECTION_SBSS: sec_name = _SBSS; break;
1705 case RELOC_SECTION_BSS: sec_name = _BSS; break;
1706 case RELOC_SECTION_INIT: sec_name = _INIT; break;
1707 case RELOC_SECTION_LIT8: sec_name = _LIT8; break;
1708 case RELOC_SECTION_LIT4: sec_name = _LIT4; break
1690 const char *sec_name; local
    [all...]
pei-x86_64.c 362 /* Check wether section SEC_NAME contains the xdata at address ADDR. */
365 pex64_get_section_by_rva (bfd *abfd, bfd_vma addr, const char *sec_name)
367 asection *section = bfd_get_section_by_name (abfd, sec_name);
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 446 sec_to_styp_flags (const char *sec_name, flagword sec_flags)
450 if (!strcmp (sec_name, _TEXT))
454 else if (!strcmp (sec_name, _DATA))
458 else if (!strcmp (sec_name, _BSS))
463 else if (!strcmp (sec_name, _COMMENT))
469 else if (!strcmp (sec_name, _LIB))
475 else if (!strcmp (sec_name, _LIT))
480 else if (startswith (sec_name, DOT_DEBUG)
481 || startswith (sec_name, DOT_ZDEBUG))
484 if (!sec_name[6]
    [all...]
ecoff.c 1694 const char *sec_name;
1700 case RELOC_SECTION_TEXT: sec_name = _TEXT; break;
1701 case RELOC_SECTION_RDATA: sec_name = _RDATA; break;
1702 case RELOC_SECTION_DATA: sec_name = _DATA; break;
1703 case RELOC_SECTION_SDATA: sec_name = _SDATA; break;
1704 case RELOC_SECTION_SBSS: sec_name = _SBSS; break;
1705 case RELOC_SECTION_BSS: sec_name = _BSS; break;
1706 case RELOC_SECTION_INIT: sec_name = _INIT; break;
1707 case RELOC_SECTION_LIT8: sec_name = _LIT8; break;
1708 case RELOC_SECTION_LIT4: sec_name = _LIT4; break
1690 const char *sec_name; local
    [all...]
pei-x86_64.c 364 /* Check wether section SEC_NAME contains the xdata at address ADDR. */
367 pex64_get_section_by_rva (bfd *abfd, bfd_vma addr, const char *sec_name)
369 asection *section = bfd_get_section_by_name (abfd, sec_name);
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 446 sec_to_styp_flags (const char *sec_name, flagword sec_flags)
450 if (!strcmp (sec_name, _TEXT))
454 else if (!strcmp (sec_name, _DATA))
458 else if (!strcmp (sec_name, _BSS))
463 else if (!strcmp (sec_name, _COMMENT))
469 else if (!strcmp (sec_name, _LIB))
475 else if (!strcmp (sec_name, _LIT))
480 else if (startswith (sec_name, DOT_DEBUG)
481 || startswith (sec_name, DOT_ZDEBUG))
484 if (!sec_name[6]
    [all...]
ecoff.c 1706 const char *sec_name;
1712 case RELOC_SECTION_TEXT: sec_name = _TEXT; break;
1713 case RELOC_SECTION_RDATA: sec_name = _RDATA; break;
1714 case RELOC_SECTION_DATA: sec_name = _DATA; break;
1715 case RELOC_SECTION_SDATA: sec_name = _SDATA; break;
1716 case RELOC_SECTION_SBSS: sec_name = _SBSS; break;
1717 case RELOC_SECTION_BSS: sec_name = _BSS; break;
1718 case RELOC_SECTION_INIT: sec_name = _INIT; break;
1719 case RELOC_SECTION_LIT8: sec_name = _LIT8; break;
1720 case RELOC_SECTION_LIT4: sec_name = _LIT4; break
1702 const char *sec_name; local
    [all...]
pei-x86_64.c 362 /* Check wether section SEC_NAME contains the xdata at address ADDR. */
365 pex64_get_section_by_rva (bfd *abfd, bfd_vma addr, const char *sec_name)
367 asection *section = bfd_get_section_by_name (abfd, sec_name);
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 446 sec_to_styp_flags (const char *sec_name, flagword sec_flags)
450 if (!strcmp (sec_name, _TEXT))
454 else if (!strcmp (sec_name, _DATA))
458 else if (!strcmp (sec_name, _BSS))
463 else if (!strcmp (sec_name, _COMMENT))
469 else if (!strcmp (sec_name, _LIB))
475 else if (!strcmp (sec_name, _LIT))
480 else if (startswith (sec_name, DOT_DEBUG)
481 || startswith (sec_name, DOT_ZDEBUG))
484 if (!sec_name[6]
    [all...]
ecoff.c 1703 const char *sec_name;
1709 case RELOC_SECTION_TEXT: sec_name = _TEXT; break;
1710 case RELOC_SECTION_RDATA: sec_name = _RDATA; break;
1711 case RELOC_SECTION_DATA: sec_name = _DATA; break;
1712 case RELOC_SECTION_SDATA: sec_name = _SDATA; break;
1713 case RELOC_SECTION_SBSS: sec_name = _SBSS; break;
1714 case RELOC_SECTION_BSS: sec_name = _BSS; break;
1715 case RELOC_SECTION_INIT: sec_name = _INIT; break;
1716 case RELOC_SECTION_LIT8: sec_name = _LIT8; break;
1717 case RELOC_SECTION_LIT4: sec_name = _LIT4; break
1699 const char *sec_name; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 499 /* Go look in section lists kept per group for SEC_NAME with
505 const char *sec_name,
524 if ((s->name == sec_name
525 || strcmp (s->name, sec_name) == 0)
2750 const char *sec_name; local
2768 sec_name = ".group";
2769 s = subseg_force_new (sec_name, 0);

Completed in 89 milliseconds

1 2 3 4 5