OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mmop
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
mmo.c
826
struct mmo_data_struct *
mmop
= abfd->tdata.mmo_data;
local
829
if (
mmop
->byte_no != 0)
831
while (
mmop
->byte_no < 4 && len != 0)
833
mmop
->buf[
mmop
->byte_no++] = *loc++;
837
if (
mmop
->byte_no == 4)
839
mmo_write_tetra (abfd, bfd_get_32 (abfd,
mmop
->buf));
840
mmop
->byte_no = 0;
850
&& !
mmop
->have_error
861
BFD_ASSERT (
mmop
->byte_no == 0)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
mmo.c
827
struct mmo_data_struct *
mmop
= abfd->tdata.mmo_data;
local
830
if (
mmop
->byte_no != 0)
832
while (
mmop
->byte_no < 4 && len != 0)
834
mmop
->buf[
mmop
->byte_no++] = *loc++;
838
if (
mmop
->byte_no == 4)
840
mmo_write_tetra (abfd, bfd_get_32 (abfd,
mmop
->buf));
841
mmop
->byte_no = 0;
851
&& !
mmop
->have_error
862
BFD_ASSERT (
mmop
->byte_no == 0)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
mmo.c
827
struct mmo_data_struct *
mmop
= abfd->tdata.mmo_data;
local
830
if (
mmop
->byte_no != 0)
832
while (
mmop
->byte_no < 4 && len != 0)
834
mmop
->buf[
mmop
->byte_no++] = *loc++;
838
if (
mmop
->byte_no == 4)
840
mmo_write_tetra (abfd, bfd_get_32 (abfd,
mmop
->buf));
841
mmop
->byte_no = 0;
851
&& !
mmop
->have_error
862
BFD_ASSERT (
mmop
->byte_no == 0)
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
mmo.c
832
struct mmo_data_struct *
mmop
= abfd->tdata.mmo_data;
local
835
if (
mmop
->byte_no != 0)
837
while (
mmop
->byte_no < 4 && len != 0)
839
mmop
->buf[
mmop
->byte_no++] = *loc++;
843
if (
mmop
->byte_no == 4)
845
mmo_write_tetra (abfd, bfd_get_32 (abfd,
mmop
->buf));
846
mmop
->byte_no = 0;
856
&& !
mmop
->have_error
867
BFD_ASSERT (
mmop
->byte_no == 0)
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026