OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mmo_write_byte
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
mmo.c
423
static void
mmo_write_byte
(bfd *, bfd_byte);
1194
mmo_write_byte
(bfd *abfd, bfd_byte value)
function
2844
mmo_write_byte
(abfd, marker | (serno & 0x7f));
2894
mmo_write_byte
(abfd, control);
2900
mmo_write_byte
(abfd, trie->symchar);
2905
mmo_write_byte
(abfd, trie->sym.value);
2908
mmo_write_byte
(abfd, 0);
2909
mmo_write_byte
(abfd, 0);
2927
mmo_write_byte
(abfd, (value >> ((byte_n - 1) * 8)) & 0xff);
/src/external/gpl3/binutils.old/dist/bfd/
mmo.c
423
static void
mmo_write_byte
(bfd *, bfd_byte);
1195
mmo_write_byte
(bfd *abfd, bfd_byte value)
function
2845
mmo_write_byte
(abfd, marker | (serno & 0x7f));
2895
mmo_write_byte
(abfd, control);
2901
mmo_write_byte
(abfd, trie->symchar);
2906
mmo_write_byte
(abfd, trie->sym.value);
2909
mmo_write_byte
(abfd, 0);
2910
mmo_write_byte
(abfd, 0);
2928
mmo_write_byte
(abfd, (value >> ((byte_n - 1) * 8)) & 0xff);
/src/external/gpl3/gdb/dist/bfd/
mmo.c
423
static void
mmo_write_byte
(bfd *, bfd_byte);
1195
mmo_write_byte
(bfd *abfd, bfd_byte value)
function
2845
mmo_write_byte
(abfd, marker | (serno & 0x7f));
2895
mmo_write_byte
(abfd, control);
2901
mmo_write_byte
(abfd, trie->symchar);
2906
mmo_write_byte
(abfd, trie->sym.value);
2909
mmo_write_byte
(abfd, 0);
2910
mmo_write_byte
(abfd, 0);
2928
mmo_write_byte
(abfd, (value >> ((byte_n - 1) * 8)) & 0xff);
/src/external/gpl3/gdb.old/dist/bfd/
mmo.c
423
static void
mmo_write_byte
(bfd *, bfd_byte);
1200
mmo_write_byte
(bfd *abfd, bfd_byte value)
function
2853
mmo_write_byte
(abfd, marker | (serno & 0x7f));
2903
mmo_write_byte
(abfd, control);
2909
mmo_write_byte
(abfd, trie->symchar);
2914
mmo_write_byte
(abfd, trie->sym.value);
2917
mmo_write_byte
(abfd, 0);
2918
mmo_write_byte
(abfd, 0);
2936
mmo_write_byte
(abfd, (value >> ((byte_n - 1) * 8)) & 0xff);
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026