HomeSort by: relevance | last modified time | path
    Searched defs:psect (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
exec.c 938 struct bfd_section *psect = p.the_bfd_section;
940 if ((bfd_section_flags (psect) & (SEC_ALLOC | SEC_LOAD))
944 if (bfd_section_vma (psect) <= abfd->start_address
945 && abfd->start_address < (bfd_section_vma (psect)
946 + bfd_section_size (psect)))
948 displacement = p.addr - bfd_section_vma (psect);
966 struct bfd_section *psect = p.the_bfd_section;
967 bfd *pbfd = psect->owner;
980 hex_string_custom (psect->filepos, 8));
981 gdb_printf (" is %s", bfd_section_name (psect));
935 struct bfd_section *psect = p.the_bfd_section; variable in typeref:struct:bfd_section
963 struct bfd_section *psect = p.the_bfd_section; variable in typeref:struct:bfd_section
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
exec.c 925 struct bfd_section *psect = p.the_bfd_section;
927 if ((bfd_section_flags (psect) & (SEC_ALLOC | SEC_LOAD))
931 if (bfd_section_vma (psect) <= abfd->start_address
932 && abfd->start_address < (bfd_section_vma (psect)
933 + bfd_section_size (psect)))
935 displacement = p.addr - bfd_section_vma (psect);
953 struct bfd_section *psect = p.the_bfd_section;
954 bfd *pbfd = psect->owner;
967 hex_string_custom (psect->filepos, 8));
968 gdb_printf (" is %s", bfd_section_name (psect));
922 struct bfd_section *psect = p.the_bfd_section; variable in typeref:struct:bfd_section
950 struct bfd_section *psect = p.the_bfd_section; variable in typeref:struct:bfd_section
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 3437 psect (int arg) function
3480 psect (arg);
3485 psect (arg);
3514 { "psect", psect, 0}, /* TODO: Translate attributes. */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 3462 psect (int arg) function
3505 psect (arg);
3510 psect (arg);
3539 { "psect", psect, 0}, /* TODO: Translate attributes. */
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 1983 /* Stack psect base plus quadword offset
1991 int psect;
1995 psect = bfd_getl32 (ptr);
1996 if ((unsigned int) psect >= PRIV (section_count))
2004 if (!_bfd_vms_push (abfd, op1, psect | RELC_SEC_BASE))
2178 /* Store offset to psect: pop stack, add low 32 bits to base of psect
2254 /* 204 Store-conditional Address at psect + offset
2256 lw psect index
2341 /* 210 Store-conditional LDA at psect + offse
1987 int psect; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 1978 /* Stack psect base plus quadword offset
1986 int psect;
1990 psect = bfd_getl32 (ptr);
1991 if ((unsigned int) psect >= PRIV (section_count))
1999 if (!_bfd_vms_push (abfd, op1, psect | RELC_SEC_BASE))
2167 /* Store offset to psect: pop stack, add low 32 bits to base of psect
2241 /* 204 Store-conditional Address at psect + offset
2243 lw psect index
2328 /* 210 Store-conditional LDA at psect + offse
1982 int psect; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 1978 /* Stack psect base plus quadword offset
1986 int psect;
1990 psect = bfd_getl32 (ptr);
1991 if ((unsigned int) psect >= PRIV (section_count))
1999 if (!_bfd_vms_push (abfd, op1, psect | RELC_SEC_BASE))
2167 /* Store offset to psect: pop stack, add low 32 bits to base of psect
2241 /* 204 Store-conditional Address at psect + offset
2243 lw psect index
2328 /* 210 Store-conditional LDA at psect + offse
1982 int psect; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 1978 /* Stack psect base plus quadword offset
1986 int psect;
1990 psect = bfd_getl32 (ptr);
1991 if ((unsigned int) psect >= PRIV (section_count))
1999 if (!_bfd_vms_push (abfd, op1, psect | RELC_SEC_BASE))
2167 /* Store offset to psect: pop stack, add low 32 bits to base of psect
2241 /* 204 Store-conditional Address at psect + offset
2243 lw psect index
2328 /* 210 Store-conditional LDA at psect + offse
1982 int psect; local
    [all...]

Completed in 45 milliseconds