OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_hist
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c
153
/*@null@*/ sectreloc *
last_hist
= NULL;
local
169
if (!
last_hist
||
last_hist
->sect != sect) {
173
SLIST_FOREACH(
last_hist
, &reloc_hist, link) {
174
if (
last_hist
->sect == sect) {
182
last_hist
= yasm_xmalloc(sizeof(sectreloc));
183
last_hist
->sect = sect;
184
last_hist
->next_reloc = yasm_section_relocs_first(sect);
186
if (
last_hist
->next_reloc) {
189
yasm_reloc_get(
last_hist
->next_reloc, &addr, &sym)
[
all
...]
Completed in 32 milliseconds